File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Documentation/filesystems Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ A directory is made opaque by setting the xattr "trusted.overlay.opaque"
156156to "y". Where the upper filesystem contains an opaque directory, any
157157directory 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
160160serve 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.
You can’t perform that action at this time.
0 commit comments