commit | 4c4d3901225518ed1a4c938ba15ba09842a00770 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jun 07 10:20:39 2010 +0200 |
committer | Jan Kara <jack@suse.cz> | Wed Jul 21 16:01:47 2010 +0200 |
tree | 0ed9eb0ad123174ebdd6ea507ac06b388d0d0b20 | |
parent | 0411ba7902e09111d6f2041b4697a597d2cf7736 [diff] |
ext3: remove vestiges of nobh support The nobh option was only supported for writeback mode, but given that all write paths (except mmapped writed) actually create buffer heads, it effectively was a no-op already. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>