]> git.ipfire.org Git - people/ms/linux.git/commit - fs/ext2/super.c
ext2: remove nobh support
authorChristoph Hellwig <hch@lst.de>
Mon, 13 Jun 2022 05:37:11 +0000 (07:37 +0200)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 2 Aug 2022 16:34:04 +0000 (12:34 -0400)
commit0cc5b4ce7a3735ba0c64ed4c5a1f673165c4d5b2
tree90167ceea6233657fb875508307f420ed2192ec7
parent9139710148744bf10c57ec6ace4f5f9532e040f4
ext2: remove nobh support

The nobh mode is an obscure feature to save lowlevel for large memory
32-bit configurations while trading for much slower performance and
has been long obsolete.  Remove it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Documentation/filesystems/ext2.rst
fs/ext2/ext2.h
fs/ext2/inode.c
fs/ext2/namei.c
fs/ext2/super.c