Commit 98bfa344 authored by Pavel Machek's avatar Pavel Machek Committed by Jonathan Corbet

Documentation: fix little inconsistencies

Fix little inconsistencies in Documentation: make case and spacing
match surrounding text.
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
Reviewed-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent e19b205b
...@@ -94,10 +94,10 @@ Note: More extensive information for getting started with ext4 can be ...@@ -94,10 +94,10 @@ Note: More extensive information for getting started with ext4 can be
* ability to pack bitmaps and inode tables into larger virtual groups via the * ability to pack bitmaps and inode tables into larger virtual groups via the
flex_bg feature flex_bg feature
* large file support * large file support
* Inode allocation using large virtual block groups via flex_bg * inode allocation using large virtual block groups via flex_bg
* delayed allocation * delayed allocation
* large block (up to pagesize) support * large block (up to pagesize) support
* efficient new ordered mode in JBD2 and ext4(avoid using buffer head to force * efficient new ordered mode in JBD2 and ext4 (avoid using buffer head to force
the ordering) the ordering)
[1] Filesystems with a block size of 1k may see a limit imposed by the [1] Filesystems with a block size of 1k may see a limit imposed by the
...@@ -105,7 +105,7 @@ directory hash tree having a maximum depth of two. ...@@ -105,7 +105,7 @@ directory hash tree having a maximum depth of two.
2.2 Candidate features for future inclusion 2.2 Candidate features for future inclusion
* Online defrag (patches available but not well tested) * online defrag (patches available but not well tested)
* reduced mke2fs time via lazy itable initialization in conjunction with * reduced mke2fs time via lazy itable initialization in conjunction with
the uninit_bg feature (capability to do this is available in e2fsprogs the uninit_bg feature (capability to do this is available in e2fsprogs
but a kernel thread to do lazy zeroing of unused inode table blocks but a kernel thread to do lazy zeroing of unused inode table blocks
...@@ -602,7 +602,7 @@ Table of Ext4 specific ioctls ...@@ -602,7 +602,7 @@ Table of Ext4 specific ioctls
bitmaps and inode table, the userspace tool thus bitmaps and inode table, the userspace tool thus
just passes the new number of blocks. just passes the new number of blocks.
EXT4_IOC_SWAP_BOOT Swap i_blocks and associated attributes EXT4_IOC_SWAP_BOOT Swap i_blocks and associated attributes
(like i_blocks, i_size, i_flags, ...) from (like i_blocks, i_size, i_flags, ...) from
the specified inode with inode the specified inode with inode
EXT4_BOOT_LOADER_INO (#5). This is typically EXT4_BOOT_LOADER_INO (#5). This is typically
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment