summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/files.rst
diff options
context:
space:
mode:
authorVincenzo Mezzela <vincenzo.mezzela@gmail.com>2024-02-08 17:20:32 +0100
committerChristian Brauner <brauner@kernel.org>2024-02-09 10:37:20 +0100
commitef560389ca50e33bd0c4531236c187107fa81e1f (patch)
treed662ab338f085b268999b7088a7dd4146acd9948 /Documentation/filesystems/files.rst
parentdacfd001eaf252a81537aece602ae2fc16e6ebd5 (diff)
downloadlinux-ef560389ca50e33bd0c4531236c187107fa81e1f.tar.gz
linux-ef560389ca50e33bd0c4531236c187107fa81e1f.tar.bz2
linux-ef560389ca50e33bd0c4531236c187107fa81e1f.zip
docs: filesystems: fix typo in docs
This patch resolves a spelling error in the filesystem documentation. It is submitted as part of my application to the "Linux Kernel Bug Fixing Spring Unpaid 2024" mentorship program of the Linux Kernel Foundation. Signed-off-by: Vincenzo Mezzela <vincenzo.mezzela@gmail.com> Link: https://lore.kernel.org/r/20240208162032.109184-1-vincenzo.mezzela@gmail.com Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'Documentation/filesystems/files.rst')
-rw-r--r--Documentation/filesystems/files.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/files.rst b/Documentation/filesystems/files.rst
index 9e38e4c221ca..eb770f891b27 100644
--- a/Documentation/filesystems/files.rst
+++ b/Documentation/filesystems/files.rst
@@ -116,7 +116,7 @@ before and after the reference count increment. This pattern can be seen
in get_file_rcu() and __files_get_rcu().
In addition, it isn't possible to access or check fields in struct file
-without first aqcuiring a reference on it under rcu lookup. Not doing
+without first acquiring a reference on it under rcu lookup. Not doing
that was always very dodgy and it was only usable for non-pointer data
in struct file. With SLAB_TYPESAFE_BY_RCU it is necessary that callers
either first acquire a reference or they must hold the files_lock of the