commit | 3b641407a1447759ac8159180e90ed2e4387a0b6 | [log] [tgz] |
---|---|---|
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Fri Feb 03 03:04:44 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Feb 03 08:32:10 2006 -0800 |
tree | 1cf86560c28701cdff32366a5070781319da53a1 | |
parent | e60e5c50aa5389db86e96fc52d02bc7db3d23f4a [diff] |
[PATCH] fat: Fix truncate() write ordering The truncate() should write the file size before writing the new EOF entry. This patch fixes it. This bug was pointed out by Machida Hiroyuki. Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>