]> Git Repo - linux.git/commit
fs: Rename mapping private members
authorMatthew Wilcox (Oracle) <[email protected]>
Fri, 17 Nov 2023 21:58:23 +0000 (21:58 +0000)
committerChristian Brauner <[email protected]>
Tue, 21 Nov 2023 10:57:10 +0000 (11:57 +0100)
commit600f111ef51dc2cbdb330b09d09f1856efa64912
tree2f14093b8d6d3a788f382ebec1ba4ae397eec308
parentd7802b734fe33e781437151033032d28291b809b
fs: Rename mapping private members

It is hard to find where mapping->private_lock, mapping->private_list and
mapping->private_data are used, due to private_XXX being a relatively
common name for variables and structure members in the kernel.  To fit
with other members of struct address_space, rename them all to have an
i_ prefix.  Tested with an allmodconfig build.

Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Darrick J. Wong <[email protected]>
Reviewed-by: Josef Bacik <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
15 files changed:
fs/aio.c
fs/btrfs/extent_io.c
fs/btrfs/subpage.c
fs/buffer.c
fs/ext4/inode.c
fs/gfs2/glock.c
fs/gfs2/ops_fstype.c
fs/hugetlbfs/inode.c
fs/inode.c
fs/nfs/write.c
fs/nilfs2/inode.c
fs/ntfs/aops.c
include/linux/fs.h
mm/hugetlb.c
mm/migrate.c
This page took 0.067952 seconds and 4 git commands to generate.