cow_user_page: fix page alignment
authorLinus Torvalds <torvalds@g5.osdl.org>
Tue, 29 Nov 2005 22:07:55 +0000 (14:07 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 29 Nov 2005 22:07:55 +0000 (14:07 -0800)
High Dickins points out that the user virtual address passed to the page
fault handler isn't necessarily page-aligned.

Also, add a comment on why the copy could fail for the user address case.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found