linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* vfat vs msdos and -o flush
@ 2010-03-01 17:08 Christoph Hellwig
  2010-03-03 13:36 ` OGAWA Hirofumi
  0 siblings, 1 reply; 8+ messages in thread
From: Christoph Hellwig @ 2010-03-01 17:08 UTC (permalink / raw)
  To: hirofumi, chris.mason; +Cc: linux-fsdevel

Commit ae78bf9c4f5fde3c67e2829505f195d7347ce3e4 added a -o flush
option to the fat driver back in 2006, which causes asynchronous
writeout after I/O operations ASAP.  This already is quite hacky
and not something I like very much, but even worse the option
is accepted when using the more common vfat filesysten type, but
only actually implemented for the less common legacy msdos
filesystem type.

This tells us two lessons:

  - the -o flush option probably never got a whole lot of exposure
    and users didn't notice it doesn't work.  We might as well just
    remove it again
  - having the highlevel inode operations duplicated between msdos
    and vfat is probably a bad idea, and we should only branch out
    for the very low-level directory entry manipulations.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-03-10 19:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-01 17:08 vfat vs msdos and -o flush Christoph Hellwig
2010-03-03 13:36 ` OGAWA Hirofumi
2010-03-07 11:00   ` OGAWA Hirofumi
2010-03-07 13:06   ` Christoph Hellwig
2010-03-07 14:15     ` OGAWA Hirofumi
2010-03-09 12:57       ` Christoph Hellwig
2010-03-09 13:42   ` Chris Mason
2010-03-10 19:19     ` Jeff Mahoney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).