Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / logfs / inode.c
index 755a92e8daa774b109d55b89346f09525552e160..f602e230e16282aa00d10c26c93b6c5cec0015ac 100644 (file)
@@ -358,14 +358,7 @@ struct inode *logfs_new_inode(struct inode *dir, int mode)
        inode->i_mode = mode;
        logfs_set_ino_generation(sb, inode);
 
-       inode->i_uid = current_fsuid();
-       inode->i_gid = current_fsgid();
-       if (dir->i_mode & S_ISGID) {
-               inode->i_gid = dir->i_gid;
-               if (S_ISDIR(mode))
-                       inode->i_mode |= S_ISGID;
-       }
-
+       inode_init_owner(inode, dir, mode);
        logfs_inode_setops(inode);
        insert_inode_hash(inode);