docs/vfs: update references to i_mutex to i_rwsem
authorJunxuan Liao <ljx@cs.wisc.edu>
Mon, 23 Jun 2025 04:01:32 +0000 (23:01 -0500)
committerChristian Brauner <brauner@kernel.org>
Mon, 23 Jun 2025 10:17:33 +0000 (12:17 +0200)
commit2773d282cd56464f62e9b4703c41d2f733a67842
tree74326b19e67c7ee91acfc1aa84a80e0d3a988956
parent6ae58121126dcf8efcc2611f216a36a5e50b8ad9
docs/vfs: update references to i_mutex to i_rwsem

VFS has switched to i_rwsem for ten years now (9902af79c01a: parallel
lookups actual switch to rwsem), but the VFS documentation and comments
still has references to i_mutex.

Signed-off-by: Junxuan Liao <ljx@cs.wisc.edu>
Link: https://lore.kernel.org/72223729-5471-474a-af3c-f366691fba82@cs.wisc.edu
Signed-off-by: Christian Brauner <brauner@kernel.org>
16 files changed:
Documentation/filesystems/vfs.rst
fs/attr.c
fs/buffer.c
fs/dcache.c
fs/direct-io.c
fs/inode.c
fs/libfs.c
fs/locks.c
fs/namei.c
fs/namespace.c
fs/stack.c
fs/xattr.c
include/linux/exportfs.h
include/linux/fs.h
include/linux/fs_stack.h
include/linux/quotaops.h