Documentation/filesystems/ext4/directory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Fix sentence structure to improve readability
Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
Reviewed-by: Jan Kara <jack@suse.cz>
CC: Randy Dunlap <rdunlap@infradead.org>
---
@Jan Kara, is the reviewed-tag ok even though I changed the patch?
[v2]
Incorporate Randys suggestion.
[v1]
https://lore.kernel.org/all/20260902143254.702971-2-manuelebnerli@mailbox.org/
---
Documentation/filesystems/ext4/directory.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/filesystems/ext4/directory.rst b/Documentation/filesystems/ext4/directory.rst
index 9b003a4d4..6d8021309 100644
--- a/Documentation/filesystems/ext4/directory.rst
+++ b/Documentation/filesystems/ext4/directory.rst
@@ -429,7 +429,7 @@ block (precisely the length of one dx_entry) are used to store a
``count`` entries in the dx_root/dx_node structures are adjusted as
necessary to fit the dx_tail into the block. If there is no space for
the dx_tail, the user is notified to run e2fsck -D to rebuild the
-directory index (which will ensure that there's space for the checksum.
+directory index, which will ensure that there's space for the checksum.
The dx_tail structure is 8 bytes long and looks like this:
.. list-table::
--
2.55.0
On Wed 16-09-26 12:42:52, Manuel Ebner wrote: > Fix sentence structure to improve readability > > Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org> > Reviewed-by: Jan Kara <jack@suse.cz> > CC: Randy Dunlap <rdunlap@infradead.org> > --- > @Jan Kara, is the reviewed-tag ok even though I changed the patch? Well, it doesn't seem to have changed substantially so sure, you can keep it in such cases. Honza > > [v2] > Incorporate Randys suggestion. > > [v1] > https://lore.kernel.org/all/20260902143254.702971-2-manuelebnerli@mailbox.org/ > --- > Documentation/filesystems/ext4/directory.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/filesystems/ext4/directory.rst b/Documentation/filesystems/ext4/directory.rst > index 9b003a4d4..6d8021309 100644 > --- a/Documentation/filesystems/ext4/directory.rst > +++ b/Documentation/filesystems/ext4/directory.rst > @@ -429,7 +429,7 @@ block (precisely the length of one dx_entry) are used to store a > ``count`` entries in the dx_root/dx_node structures are adjusted as > necessary to fit the dx_tail into the block. If there is no space for > the dx_tail, the user is notified to run e2fsck -D to rebuild the > -directory index (which will ensure that there's space for the checksum. > +directory index, which will ensure that there's space for the checksum. > The dx_tail structure is 8 bytes long and looks like this: > > .. list-table:: > -- > 2.55.0 > -- Jan Kara <jack@suse.com> SUSE Labs, CR
On 9/16/26 3:42 AM, Manuel Ebner wrote: > Fix sentence structure to improve readability > > Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org> > Reviewed-by: Jan Kara <jack@suse.cz> > CC: Randy Dunlap <rdunlap@infradead.org> LGTM. Thanks. Acked-by: Randy Dunlap <rdunlap@infradead.org> > --- > @Jan Kara, is the reviewed-tag ok even though I changed the patch? > > [v2] > Incorporate Randys suggestion. > > [v1] > https://lore.kernel.org/all/20260902143254.702971-2-manuelebnerli@mailbox.org/ > --- > Documentation/filesystems/ext4/directory.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/filesystems/ext4/directory.rst b/Documentation/filesystems/ext4/directory.rst > index 9b003a4d4..6d8021309 100644 > --- a/Documentation/filesystems/ext4/directory.rst > +++ b/Documentation/filesystems/ext4/directory.rst > @@ -429,7 +429,7 @@ block (precisely the length of one dx_entry) are used to store a > ``count`` entries in the dx_root/dx_node structures are adjusted as > necessary to fit the dx_tail into the block. If there is no space for > the dx_tail, the user is notified to run e2fsck -D to rebuild the > -directory index (which will ensure that there's space for the checksum. > +directory index, which will ensure that there's space for the checksum. > The dx_tail structure is 8 bytes long and looks like this: > > .. list-table:: -- ~Randy
© 2016 - 2026 Red Hat, Inc.