Felix K�hling wrote:

and many more which I suspect are just because the compiler got
confused. The problem seems to be that list_for_each_entry_safe is not
defined. Erdi, did you forget to include it in the patch or is my
working tree missing something?

Felix


Which kernel version are you using? This macro is defined in list.h which is already used by existing code. It exists in the Fedora 2.4.22-1.2149 kernel source and 2.6 kernel sources, but it may not be defined in older kernel versions. I may have to change the code to use list_for_each_safe instead if list_for_each_entry_safe is added to the kernel very recently.

Thanks,
Erdi



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to