diff options
author | Zhao Hongjiang <zhaohongjiang@huawei.com> | 2012-11-08 12:07:33 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2012-11-08 12:07:33 -0500 |
commit | d339450ccad1acb942fc880ca0b44c956e6d2762 (patch) | |
tree | 2cf4eb21a8c8be180ba0e7a12f85561d264677fa /fs | |
parent | fd47d3e1c2949838e858379aaf2bc20647be2912 (diff) |
ext4: get rid of redundant code in ext4_fill_super()
Signed-off-by: Zhao Hongjiang <zhaohongjiang@huawei.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext4/super.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 1982d3cd913..ea21231633e 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -3272,9 +3272,6 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent) } sb->s_fs_info = sbi; sbi->s_sb = sb; - sbi->s_mount_opt = 0; - sbi->s_resuid = make_kuid(&init_user_ns, EXT4_DEF_RESUID); - sbi->s_resgid = make_kgid(&init_user_ns, EXT4_DEF_RESGID); sbi->s_inode_readahead_blks = EXT4_DEF_INODE_READAHEAD_BLKS; sbi->s_sb_block = sb_block; if (sb->s_bdev->bd_part) |