[<prev] [next>] [day] [month] [year] [list]
Message-ID: <AANLkTikVR1HYuuNW2ZaPHGOKqPBRJ4qz4tzBoNxeQpzi@mail.gmail.com>
Date: Mon, 13 Sep 2010 22:52:54 +0400
From: Pavel Panteleev <panteleevp@...il.com>
To: linux-kernel@...r.kernel.org
Subject: Flags in linux-2.6.33.6-rc4
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists