dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/fat
OGAWA Hirofumi 3b641407a1 [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>
2006-02-03 08:32:10 -08:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cache.c [PATCH] fat: support ->direct_IO() 2006-01-08 20:13:46 -08:00
dir.c [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem 2006-01-09 15:59:24 -08:00
fatent.c [PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/ 2006-01-08 20:13:46 -08:00
file.c [PATCH] fat: Fix truncate() write ordering 2006-02-03 08:32:10 -08:00
inode.c [PATCH] fat: support ->direct_IO() 2006-01-08 20:13:46 -08:00
misc.c [PATCH] fat: Replace an own implementation with ll_rw_block(SWRITE,) 2006-02-03 08:32:10 -08:00