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:
5f66340
)
Fix "fs: convert core functions to zero_user_page"
author
OGAWA Hirofumi
<hirofumi@mail.parknet.co.jp>
Sun, 20 May 2007 14:39:40 +0000
(23:39 +0900)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 21 May 2007 16:15:32 +0000
(09:15 -0700)
The bug was introduced by
01f2705daf5a36208e69d7cf95db9c330f843af6
.
It misses to convert the first argument, it should be "new_page".
This became a cause of fatfs corruption.
Cc: Nate Diller <nate.diller@gmail.com>
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found