commit | ff1be9ad61e3e17ba83702d8ed0b534e5b8ee15c | [log] [tgz] |
---|---|---|
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Sun May 20 23:39:40 2007 +0900 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon May 21 09:15:32 2007 -0700 |
tree | ce6f85896cf04d26e027ef6b24c60e7b28508faf | |
parent | 5f663404b27fa72546a592c5c932b0605b9c93a6 [diff] |
Fix "fs: convert core functions to zero_user_page" 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>