Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: filesystems: fix two misspells

This fixes two small misspells in the filesystems documentation.

Signed-off-by: Bingwu Zhang <xtex@aosc.io>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241208035447.162465-2-xtex@envs.net

authored by

Bingwu Zhang and committed by
Jonathan Corbet
9fb89b97 c1aade0e

+2 -2
+1 -1
Documentation/filesystems/iomap/operations.rst
··· 104 104 105 105 For the pagecache, races can happen if writeback doesn't take 106 106 ``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. 108 108 For such files, the mapping *must* be revalidated after the folio 109 109 lock has been taken so that iomap can manage the folio correctly. 110 110
+1 -1
Documentation/filesystems/overlayfs.rst
··· 156 156 to "y". Where the upper filesystem contains an opaque directory, any 157 157 directory in the lower filesystem with the same name is ignored. 158 158 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 160 160 serve any purpose. A merge directory containing regular files with the xattr 161 161 "trusted.overlay.whiteout", should be additionally marked by setting the xattr 162 162 "trusted.overlay.opaque" to "x" on the merge directory itself.