[GFS2] Change argument of gfs2_dinode_out
[deliverable/linux.git] / fs / gfs2 / acl.c
index 5f959b8ce4065dae9e240c3db24eb52f8ec3f589..906e403b054fd590eb044434ee00e0708fb44df0 100644 (file)
@@ -201,7 +201,7 @@ static int munge_mode(struct gfs2_inode *ip, mode_t mode)
                                (ip->i_di.di_mode & S_IFMT) == (mode & S_IFMT));
                ip->i_di.di_mode = mode;
                gfs2_trans_add_bh(ip->i_gl, dibh, 1);
-               gfs2_dinode_out(&ip->i_di, dibh->b_data);
+               gfs2_dinode_out(ip, dibh->b_data);
                brelse(dibh);
        }
 
This page took 0.025187 seconds and 5 git commands to generate.