On Wed, 17 Feb 2010 21:42:48 +0300, Dmitry Monakhov <dmonakhov@xxxxxxxxxx> wrote: > > Signed-off-by: Dmitry Monakhov <dmonakhov@xxxxxxxxxx> > --- > fs/nilfs2/inode.c | 11 +---------- > 1 files changed, 1 insertions(+), 10 deletions(-) > > diff --git a/fs/nilfs2/inode.c b/fs/nilfs2/inode.c > index 7868cc1..5d8e866 100644 > --- a/fs/nilfs2/inode.c > +++ b/fs/nilfs2/inode.c > @@ -279,16 +279,7 @@ struct inode *nilfs_new_inode(struct inode *dir, int mode) > /* reference count of i_bh inherits from nilfs_mdt_read_block() */ > > atomic_inc(&sbi->s_inodes_count); > - > - inode->i_uid = current_fsuid(); > - if (dir->i_mode & S_ISGID) { > - inode->i_gid = dir->i_gid; > - if (S_ISDIR(mode)) > - mode |= S_ISGID; > - } else > - inode->i_gid = current_fsgid(); > - > - inode->i_mode = mode; > + inode_init_owner(inode, dir, mode); > inode->i_ino = ino; > inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME; > > -- > 1.6.6 Looks fine to me. Acked-by: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html