]> Git Repo - linux.git/blobdiff - fs/jfs/jfs_inode.c
inode: make init and permission helpers idmapped mount aware
[linux.git] / fs / jfs / jfs_inode.c
index 4cef170630db4c77af8a345b4fba0cc2807cd334..59379089e939efd5ceaa38ac1b08a99abe2bf036 100644 (file)
@@ -64,7 +64,7 @@ struct inode *ialloc(struct inode *parent, umode_t mode)
                goto fail_put;
        }
 
-       inode_init_owner(inode, parent, mode);
+       inode_init_owner(&init_user_ns, inode, parent, mode);
        /*
         * New inodes need to save sane values on disk when
         * uid & gid mount options are used
This page took 0.031011 seconds and 4 git commands to generate.