Flags in linux-2.6.33.6-rc4

From: Pavel Panteleev
Date: Mon Sep 13 2010 - 14:53:00 EST


Hello!

I have found, that some arch-independed functions use unsigned int
(32-bits) flags instead of using unsigned long (64-bits) flags. But
struct vm_area_struct includes the field vm_flags, that is unsinged
long (64-bits). So, some archs, that use 64-bits flags, can miss some
flags. The example of such functions: do_mlock, do_mlockall,
mlock_fixup.

Best regards,
Pavel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/