ext4: remove vestiges of nobh support
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Jun 2010 18:42:49 +0000 (14:42 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 14 Jun 2010 18:42:49 +0000 (14:42 -0400)
commit206f7ab4f49a2021fcb8687f25395be77711ddee
tree19764d36a25ec1e088d32572a1c0936eeaf19636
parent5a0790c2c4a18435759a70e1562450035d778339
ext4: remove vestiges of nobh support

The nobh option was only supported for writeback mode, but given that all
write paths actually create buffer heads it effectively was a no-op already.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/ext4_jbd2.h
fs/ext4/inode.c
fs/ext4/super.c