From: Linus Torvalds Date: Tue, 29 Nov 2005 22:07:55 +0000 (-0800) Subject: cow_user_page: fix page alignment X-Git-Tag: v2.6.15-rc4~4^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d2a2dbbc1025dbf7998b9289574d9592b8f21cc;p=pandora-kernel.git cow_user_page: fix page alignment 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 --- Reading git-diff-tree failed