diff options
author | Pavel Machek <pavel@ucw.cz> | 2017-09-16 07:48:37 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-09-26 16:30:48 -0400 |
commit | 98bfa34462fb6af70b845d28561072f80bacdb9b (patch) | |
tree | 9aed0436baa4ee78803d1332b72bf326cef459cd /Documentation/filesystems | |
parent | e19b205be43d11bff638cad4487008c48d21c103 (diff) |
Documentation: fix little inconsistencies
Fix little inconsistencies in Documentation: make case and spacing
match surrounding text.
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/ext4.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt index 5a8f7f4d2bca..75236c0c2ac2 100644 --- a/Documentation/filesystems/ext4.txt +++ b/Documentation/filesystems/ext4.txt | |||
@@ -94,10 +94,10 @@ Note: More extensive information for getting started with ext4 can be | |||
94 | * ability to pack bitmaps and inode tables into larger virtual groups via the | 94 | * ability to pack bitmaps and inode tables into larger virtual groups via the |
95 | flex_bg feature | 95 | flex_bg feature |
96 | * large file support | 96 | * large file support |
97 | * Inode allocation using large virtual block groups via flex_bg | 97 | * inode allocation using large virtual block groups via flex_bg |
98 | * delayed allocation | 98 | * delayed allocation |
99 | * large block (up to pagesize) support | 99 | * large block (up to pagesize) support |
100 | * efficient new ordered mode in JBD2 and ext4(avoid using buffer head to force | 100 | * efficient new ordered mode in JBD2 and ext4 (avoid using buffer head to force |
101 | the ordering) | 101 | the ordering) |
102 | 102 | ||
103 | [1] Filesystems with a block size of 1k may see a limit imposed by the | 103 | [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 | 105 | ||
106 | 2.2 Candidate features for future inclusion | 106 | 2.2 Candidate features for future inclusion |
107 | 107 | ||
108 | * Online defrag (patches available but not well tested) | 108 | * online defrag (patches available but not well tested) |
109 | * reduced mke2fs time via lazy itable initialization in conjunction with | 109 | * reduced mke2fs time via lazy itable initialization in conjunction with |
110 | the uninit_bg feature (capability to do this is available in e2fsprogs | 110 | the uninit_bg feature (capability to do this is available in e2fsprogs |
111 | but a kernel thread to do lazy zeroing of unused inode table blocks | 111 | but a kernel thread to do lazy zeroing of unused inode table blocks |
@@ -602,7 +602,7 @@ Table of Ext4 specific ioctls | |||
602 | bitmaps and inode table, the userspace tool thus | 602 | bitmaps and inode table, the userspace tool thus |
603 | just passes the new number of blocks. | 603 | just passes the new number of blocks. |
604 | 604 | ||
605 | EXT4_IOC_SWAP_BOOT Swap i_blocks and associated attributes | 605 | EXT4_IOC_SWAP_BOOT Swap i_blocks and associated attributes |
606 | (like i_blocks, i_size, i_flags, ...) from | 606 | (like i_blocks, i_size, i_flags, ...) from |
607 | the specified inode with inode | 607 | the specified inode with inode |
608 | EXT4_BOOT_LOADER_INO (#5). This is typically | 608 | EXT4_BOOT_LOADER_INO (#5). This is typically |