git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9cfcdd
)
cow_user_page: fix page alignment
author
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 29 Nov 2005 22:07:55 +0000
(14:07 -0800)
committer
Linus 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