Skip to content

Commit 9fb89b9

Browse files
xtexxJonathan Corbet
authored andcommitted
Documentation: filesystems: fix two misspells
This fixes two small misspells in the filesystems documentation. Signed-off-by: Bingwu Zhang <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent c1aade0 commit 9fb89b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/filesystems/iomap/operations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ iomap calls these functions:
104104

105105
For the pagecache, races can happen if writeback doesn't take
106106
``i_rwsem`` or ``invalidate_lock`` and updates mapping information.
107-
Races can also happen if the filesytem allows concurrent writes.
107+
Races can also happen if the filesystem allows concurrent writes.
108108
For such files, the mapping *must* be revalidated after the folio
109109
lock has been taken so that iomap can manage the folio correctly.
110110

Documentation/filesystems/overlayfs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ A directory is made opaque by setting the xattr "trusted.overlay.opaque"
156156
to "y". Where the upper filesystem contains an opaque directory, any
157157
directory in the lower filesystem with the same name is ignored.
158158

159-
An opaque directory should not conntain any whiteouts, because they do not
159+
An opaque directory should not contain any whiteouts, because they do not
160160
serve any purpose. A merge directory containing regular files with the xattr
161161
"trusted.overlay.whiteout", should be additionally marked by setting the xattr
162162
"trusted.overlay.opaque" to "x" on the merge directory itself.

0 commit comments

Comments
 (0)