aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/eattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/eattr.c')
-rw-r--r--fs/gfs2/eattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/eattr.c b/fs/gfs2/eattr.c
index bd5ca602f9f0..a65a4ccfd4dd 100644
--- a/fs/gfs2/eattr.c
+++ b/fs/gfs2/eattr.c
@@ -1133,7 +1133,7 @@ static int ea_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el)
1133 gfs2_trans_add_bh(ip->i_gl, dibh, 1); 1133 gfs2_trans_add_bh(ip->i_gl, dibh, 1);
1134 gfs2_dinode_out(&ip->i_di, dibh->b_data); 1134 gfs2_dinode_out(&ip->i_di, dibh->b_data);
1135 brelse(dibh); 1135 brelse(dibh);
1136 } 1136 }
1137 1137
1138 gfs2_trans_end(GFS2_SB(&ip->i_inode)); 1138 gfs2_trans_end(GFS2_SB(&ip->i_inode));
1139 1139