.../filesystems/ocfs2-online-filecheck.rst | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)
Some of texts in filecheck operations list are indented out of the list.
In particular, the third operation is shown not as the third list
item but rather as a separate paragraph.
Reindent the list so that gets properly rendered as such.
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
.../filesystems/ocfs2-online-filecheck.rst | 20 +++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/Documentation/filesystems/ocfs2-online-filecheck.rst b/Documentation/filesystems/ocfs2-online-filecheck.rst
index 2257bb53edc1b1..9e8449416e0bee 100644
--- a/Documentation/filesystems/ocfs2-online-filecheck.rst
+++ b/Documentation/filesystems/ocfs2-online-filecheck.rst
@@ -58,33 +58,33 @@ inode, fixing inode and setting the size of result record history.
# echo "<inode>" > /sys/fs/ocfs2/<devname>/filecheck/check
# cat /sys/fs/ocfs2/<devname>/filecheck/check
-The output is like this::
+ The output is like this::
INO DONE ERROR
39502 1 GENERATION
- <INO> lists the inode numbers.
- <DONE> indicates whether the operation has been finished.
- <ERROR> says what kind of errors was found. For the detailed error numbers,
- please refer to the file linux/fs/ocfs2/filecheck.h.
+ <INO> lists the inode numbers.
+ <DONE> indicates whether the operation has been finished.
+ <ERROR> says what kind of errors was found. For the detailed error numbers,
+ please refer to the file linux/fs/ocfs2/filecheck.h.
2. If you determine to fix this inode, do::
# echo "<inode>" > /sys/fs/ocfs2/<devname>/filecheck/fix
# cat /sys/fs/ocfs2/<devname>/filecheck/fix
-The output is like this:::
+ The output is like this::
INO DONE ERROR
39502 1 SUCCESS
-This time, the <ERROR> column indicates whether this fix is successful or not.
+ This time, the <ERROR> column indicates whether this fix is successful or not.
3. The record cache is used to store the history of check/fix results. It's
-default size is 10, and can be adjust between the range of 10 ~ 100. You can
-adjust the size like this::
+ default size is 10, and can be adjust between the range of 10 ~ 100. You can
+ adjust the size like this::
- # echo "<size>" > /sys/fs/ocfs2/<devname>/filecheck/set
+ # echo "<size>" > /sys/fs/ocfs2/<devname>/filecheck/set
Fixing stuff
============
base-commit: ee9a6691935490dc39605882b41b9452844d5e4e
--
An old man doll... just what I always wanted! - Clara
Bagas Sanjaya <bagasdotme@gmail.com> writes: > Some of texts in filecheck operations list are indented out of the list. > In particular, the third operation is shown not as the third list > item but rather as a separate paragraph. > > Reindent the list so that gets properly rendered as such. > > Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> > --- > .../filesystems/ocfs2-online-filecheck.rst | 20 +++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) Applied, thanks. jon
On 2025/8/26 10:47, Bagas Sanjaya wrote: > Some of texts in filecheck operations list are indented out of the list. > In particular, the third operation is shown not as the third list > item but rather as a separate paragraph. > > Reindent the list so that gets properly rendered as such. > > Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com> > --- > .../filesystems/ocfs2-online-filecheck.rst | 20 +++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > > diff --git a/Documentation/filesystems/ocfs2-online-filecheck.rst b/Documentation/filesystems/ocfs2-online-filecheck.rst > index 2257bb53edc1b1..9e8449416e0bee 100644 > --- a/Documentation/filesystems/ocfs2-online-filecheck.rst > +++ b/Documentation/filesystems/ocfs2-online-filecheck.rst > @@ -58,33 +58,33 @@ inode, fixing inode and setting the size of result record history. > # echo "<inode>" > /sys/fs/ocfs2/<devname>/filecheck/check > # cat /sys/fs/ocfs2/<devname>/filecheck/check > > -The output is like this:: > + The output is like this:: > > INO DONE ERROR > 39502 1 GENERATION > > - <INO> lists the inode numbers. > - <DONE> indicates whether the operation has been finished. > - <ERROR> says what kind of errors was found. For the detailed error numbers, > - please refer to the file linux/fs/ocfs2/filecheck.h. > + <INO> lists the inode numbers. > + <DONE> indicates whether the operation has been finished. > + <ERROR> says what kind of errors was found. For the detailed error numbers, > + please refer to the file linux/fs/ocfs2/filecheck.h. > > 2. If you determine to fix this inode, do:: > > # echo "<inode>" > /sys/fs/ocfs2/<devname>/filecheck/fix > # cat /sys/fs/ocfs2/<devname>/filecheck/fix > > -The output is like this::: > + The output is like this:: > > INO DONE ERROR > 39502 1 SUCCESS > > -This time, the <ERROR> column indicates whether this fix is successful or not. > + This time, the <ERROR> column indicates whether this fix is successful or not. > > 3. The record cache is used to store the history of check/fix results. It's > -default size is 10, and can be adjust between the range of 10 ~ 100. You can > -adjust the size like this:: > + default size is 10, and can be adjust between the range of 10 ~ 100. You can > + adjust the size like this:: > > - # echo "<size>" > /sys/fs/ocfs2/<devname>/filecheck/set > + # echo "<size>" > /sys/fs/ocfs2/<devname>/filecheck/set > > Fixing stuff > ============ > > base-commit: ee9a6691935490dc39605882b41b9452844d5e4e
© 2016 - 2025 Red Hat, Inc.