commit | ae78bf9c4f5fde3c67e2829505f195d7347ce3e4 | [log] [tgz] |
---|---|---|
author | Chris Mason <mason@suse.com> | Fri Sep 29 02:00:03 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 29 09:18:12 2006 -0700 |
tree | b9376237e596ed7e95db35b9ccf1ad3177b10460 | |
parent | 6b77df08a36d989f7dd00ccb6a026a0e96170d16 [diff] |
[PATCH] add -o flush for fat Fat is commonly used on removable media. Mounting with -o flush tells the FS to write things to disk as quickly as possible. It is like -o sync, but much faster (and not as safe). Signed-off-by: Chris Mason <mason@suse.com> Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>