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

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>

authored by

Vincenzo Mezzela and committed by
Christian Brauner
ef560389 dacfd001

+1 -1
+1 -1
Documentation/filesystems/files.rst
··· 116 116 in get_file_rcu() and __files_get_rcu(). 117 117 118 118 In addition, it isn't possible to access or check fields in struct file 119 - without first aqcuiring a reference on it under rcu lookup. Not doing 119 + without first acquiring a reference on it under rcu lookup. Not doing 120 120 that was always very dodgy and it was only usable for non-pointer data 121 121 in struct file. With SLAB_TYPESAFE_BY_RCU it is necessary that callers 122 122 either first acquire a reference or they must hold the files_lock of the