summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/ext2.rst
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2022-06-13 08:37:11 +0300
committerMatthew Wilcox (Oracle) <willy@infradead.org>2022-08-02 19:34:04 +0300
commit0cc5b4ce7a3735ba0c64ed4c5a1f673165c4d5b2 (patch)
tree90167ceea6233657fb875508307f420ed2192ec7 /Documentation/filesystems/ext2.rst
parent9139710148744bf10c57ec6ace4f5f9532e040f4 (diff)
downloadlinux-0cc5b4ce7a3735ba0c64ed4c5a1f673165c4d5b2.tar.xz
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 'Documentation/filesystems/ext2.rst')
-rw-r--r--Documentation/filesystems/ext2.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/filesystems/ext2.rst b/Documentation/filesystems/ext2.rst
index 154101cf0e4f..92aae683e16a 100644
--- a/Documentation/filesystems/ext2.rst
+++ b/Documentation/filesystems/ext2.rst
@@ -59,8 +59,6 @@ acl Enable POSIX Access Control Lists support
(requires CONFIG_EXT2_FS_POSIX_ACL).
noacl Don't support POSIX ACLs.
-nobh Do not attach buffer_heads to file pagecache.
-
quota, usrquota Enable user disk quota support
(requires CONFIG_QUOTA).