Skip to content

Commit a039ba3

Browse files
standby24x7Jonathan Corbet
authored andcommitted
Doc: ocfs: Fix typo in filesystems/ocfs2-online-filecheck.txt
This patch fix some spelling typo found in ocfs2-online-filecheck.txt Signed-off-by: Masanari Iida <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 6387872 commit a039ba3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/filesystems/ocfs2-online-filecheck.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ This document will describe OCFS2 online file check feature.
55

66
Introduction
77
============
8-
OCFS2 is often used in high-availaibility systems. However, OCFS2 usually
8+
OCFS2 is often used in high-availability systems. However, OCFS2 usually
99
converts the filesystem to read-only when encounters an error. This may not be
1010
necessary, since turning the filesystem read-only would affect other running
1111
processes as well, decreasing availability.
1212
Then, a mount option (errors=continue) is introduced, which would return the
13-
-EIO errno to the calling process and terminate furhter processing so that the
13+
-EIO errno to the calling process and terminate further processing so that the
1414
filesystem is not corrupted further. The filesystem is not converted to
1515
read-only, and the problematic file's inode number is reported in the kernel
1616
log. The user can try to check/fix this file via online filecheck feature.
@@ -44,7 +44,7 @@ There is a sysfs directory for each OCFS2 file system mounting:
4444

4545
/sys/fs/ocfs2/<devname>/filecheck
4646

47-
Here, <devname> indicates the name of OCFS2 volumn device which has been already
47+
Here, <devname> indicates the name of OCFS2 volume device which has been already
4848
mounted. The file above would accept inode numbers. This could be used to
4949
communicate with kernel space, tell which file(inode number) will be checked or
5050
fixed. Currently, three operations are supported, which includes checking
@@ -76,14 +76,14 @@ The output is like this:
7676
This time, the <ERROR> column indicates whether this fix is successful or not.
7777

7878
3. The record cache is used to store the history of check/fix results. It's
79-
defalut size is 10, and can be adjust between the range of 10 ~ 100. You can
79+
default size is 10, and can be adjust between the range of 10 ~ 100. You can
8080
adjust the size like this:
8181

8282
# echo "<size>" > /sys/fs/ocfs2/<devname>/filecheck/set
8383

8484
Fixing stuff
8585
============
86-
On receivng the inode, the filesystem would read the inode and the
86+
On receiving the inode, the filesystem would read the inode and the
8787
file metadata. In case of errors, the filesystem would fix the errors
8888
and report the problems it fixed in the kernel log. As a precautionary measure,
8989
the inode must first be checked for errors before performing a final fix.

0 commit comments

Comments
 (0)