X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Ffat%2Ffile.c;h=20813d2c7d61d79ae128a33aa034280ef54dc61a;hb=6a1a90ad1b0edb556a7550a6ef8a8756f0304dd5;hp=990dfae022e5f8d1996588be029c12aa33b62f8f;hpb=9a90e09854a3c7cc603ab8fc9163f77bb1f66cfa;p=mirror_ubuntu-jammy-kernel.git diff --git a/fs/fat/file.c b/fs/fat/file.c index 990dfae022e5..20813d2c7d61 100644 --- a/fs/fat/file.c +++ b/fs/fat/file.c @@ -446,7 +446,7 @@ int fat_setattr(struct dentry *dentry, struct iattr *attr) goto out; } - generic_setattr(inode, attr); + setattr_copy(inode, attr); mark_inode_dirty(inode); out: return error;