Fix up recent get_user_pages() handling
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 3 Aug 2005 17:07:09 +0000 (10:07 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 3 Aug 2005 17:07:09 +0000 (10:07 -0700)
The VM_FAULT_WRITE thing is an extra bit, not a valid return value, and
has to be treated as such by get_user_pages().

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/memory.c

diff --cc mm/memory.c
Simple merge