linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* nobh mount option in ext3/4?
@ 2010-05-31 12:40 Christoph Hellwig
  2010-05-31 17:55 ` Jan Kara
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2010-05-31 12:40 UTC (permalink / raw)
  To: jack, tytso; +Cc: linux-ext4, linux-fsdevel

ext3 and ext4 heave inherited the nobh option from ext2, but the
implementation is rather interesting.  Except for the usual
option parsing / display it's only respected in
ext3_writeback_writepage/ext4_writepage and the truncate_page
implementation.  Given that we don't take any more than usual
care to not create buffers heads during read this is not going
to effect a whole lot.

Is there a good reason to keep these options and the associated
code complexity?  I'd be rather surprised if it gets any sufficient
testing..

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

end of thread, other threads:[~2010-06-01  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-31 12:40 nobh mount option in ext3/4? Christoph Hellwig
2010-05-31 17:55 ` Jan Kara
2010-06-01  9:10   ` Christoph Hellwig

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).