]> www.infradead.org Git - users/willy/pagecache.git/commit
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>
Sat, 9 Jul 2022 00:09:52 +0000 (20:09 -0400)
commit8862fa5da9f144d0554c2177aea7ce0b6f97d8c0
tree19e728fd1711509167a7b7721c858bea1a0587dd
parent9594da4cec1db0491d35b38d5988eb989720d6f4
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