mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
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>
This commit is contained in:
@@ -1124,13 +1124,13 @@ out:
|
||||
return rc;
|
||||
}
|
||||
|
||||
static int ecryptfs_fileattr_get(struct dentry *dentry, struct fileattr *fa)
|
||||
static int ecryptfs_fileattr_get(struct dentry *dentry, struct file_kattr *fa)
|
||||
{
|
||||
return vfs_fileattr_get(ecryptfs_dentry_to_lower(dentry), fa);
|
||||
}
|
||||
|
||||
static int ecryptfs_fileattr_set(struct mnt_idmap *idmap,
|
||||
struct dentry *dentry, struct fileattr *fa)
|
||||
struct dentry *dentry, struct file_kattr *fa)
|
||||
{
|
||||
struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry);
|
||||
int rc;
|
||||
|
||||
Reference in New Issue
Block a user