]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - fs/jfs/file.c
Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[mirror_ubuntu-jammy-kernel.git] / fs / jfs / file.c
index 28b70e7c7dd4722b0573bf5614e820706a436028..1d732fd223d4a900a280f3615a5f6e600bf5b8f0 100644 (file)
@@ -130,6 +130,8 @@ int jfs_setattr(struct user_namespace *mnt_userns, struct dentry *dentry,
 const struct inode_operations jfs_file_inode_operations = {
        .listxattr      = jfs_listxattr,
        .setattr        = jfs_setattr,
+       .fileattr_get   = jfs_fileattr_get,
+       .fileattr_set   = jfs_fileattr_set,
 #ifdef CONFIG_JFS_POSIX_ACL
        .get_acl        = jfs_get_acl,
        .set_acl        = jfs_set_acl,
@@ -147,7 +149,5 @@ const struct file_operations jfs_file_operations = {
        .fsync          = jfs_fsync,
        .release        = jfs_release,
        .unlocked_ioctl = jfs_ioctl,
-#ifdef CONFIG_COMPAT
-       .compat_ioctl   = jfs_compat_ioctl,
-#endif
+       .compat_ioctl   = compat_ptr_ioctl,
 };