Loading fs/gfs2/ops_fstype.c +2 −2 Original line number Diff line number Diff line Loading @@ -794,7 +794,7 @@ static int fill_super_meta(struct super_block *sb, struct super_block *new, fs_err(sdp, "can't get root dentry\n"); error = -ENOMEM; iput(inode); } } else new->s_root->d_op = &gfs2_dops; return error; Loading Loading
fs/gfs2/ops_fstype.c +2 −2 Original line number Diff line number Diff line Loading @@ -794,7 +794,7 @@ static int fill_super_meta(struct super_block *sb, struct super_block *new, fs_err(sdp, "can't get root dentry\n"); error = -ENOMEM; iput(inode); } } else new->s_root->d_op = &gfs2_dops; return error; Loading