diff options
author | Christoph Hellwig <hch@lst.de> | 2022-06-13 07:37:11 +0200 |
---|---|---|
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | 2022-08-02 18:34:04 +0200 |
commit | 0cc5b4ce7a3735ba0c64ed4c5a1f673165c4d5b2 (patch) | |
tree | 90167ceea6233657fb875508307f420ed2192ec7 /fs/ext2/ext2.h | |
parent | ntfs3: refactor ntfs_writepages (diff) | |
download | linux-0cc5b4ce7a3735ba0c64ed4c5a1f673165c4d5b2.tar.xz linux-0cc5b4ce7a3735ba0c64ed4c5a1f673165c4d5b2.zip |
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>
Diffstat (limited to 'fs/ext2/ext2.h')
-rw-r--r-- | fs/ext2/ext2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext2/ext2.h b/fs/ext2/ext2.h index d4f306aa5ace..28de11a22e5f 100644 --- a/fs/ext2/ext2.h +++ b/fs/ext2/ext2.h @@ -795,7 +795,6 @@ extern const struct file_operations ext2_file_operations; /* inode.c */ extern void ext2_set_file_ops(struct inode *inode); extern const struct address_space_operations ext2_aops; -extern const struct address_space_operations ext2_nobh_aops; extern const struct iomap_ops ext2_iomap_ops; /* namei.c */ |