]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tree-wide: s/struct fileattr/struct file_kattr/g
authorChristian Brauner <brauner@kernel.org>
Thu, 3 Jul 2025 07:36:41 +0000 (09:36 +0200)
committerChristian Brauner <brauner@kernel.org>
Fri, 4 Jul 2025 14:14:39 +0000 (16:14 +0200)
commitca115d7e754691c0219eec95ec94dbac7f87daef
tree4d9428ebd33b95fc42b9e280358ad757acd3b6d7
parent662416578541723a185278b7047d8b0112d3f600
tree-wide: s/struct fileattr/struct file_kattr/g

Now that we expose struct file_attr as our uapi struct rename all the
internal struct to struct file_kattr to clearly communicate that it is a
kernel internal struct. This is similar to struct mount_{k}attr and
others.

Link: https://lore.kernel.org/20250703-restlaufzeit-baurecht-9ed44552b481@brauner
Signed-off-by: Christian Brauner <brauner@kernel.org>
43 files changed:
Documentation/filesystems/locking.rst
Documentation/filesystems/vfs.rst
fs/bcachefs/fs.c
fs/btrfs/ioctl.c
fs/btrfs/ioctl.h
fs/ecryptfs/inode.c
fs/efivarfs/inode.c
fs/ext2/ext2.h
fs/ext2/ioctl.c
fs/ext4/ext4.h
fs/ext4/ioctl.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/file_attr.c
fs/fuse/fuse_i.h
fs/fuse/ioctl.c
fs/gfs2/file.c
fs/gfs2/inode.h
fs/hfsplus/hfsplus_fs.h
fs/hfsplus/inode.c
fs/jfs/ioctl.c
fs/jfs/jfs_inode.h
fs/nilfs2/ioctl.c
fs/nilfs2/nilfs.h
fs/ocfs2/ioctl.c
fs/ocfs2/ioctl.h
fs/orangefs/inode.c
fs/overlayfs/copy_up.c
fs/overlayfs/inode.c
fs/overlayfs/overlayfs.h
fs/overlayfs/util.c
fs/ubifs/ioctl.c
fs/ubifs/ubifs.h
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_ioctl.h
include/linux/fileattr.h
include/linux/fs.h
include/linux/lsm_hook_defs.h
include/linux/security.h
include/uapi/linux/fs.h
mm/shmem.c
security/security.c
security/selinux/hooks.c