diff options
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index 4553ce515f62..f3faf72fa7ae 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -1417,7 +1417,7 @@ static int gfs2_dinode_dealloc(struct gfs2_inode *ip) | |||
1417 | if (error) | 1417 | if (error) |
1418 | goto out; | 1418 | goto out; |
1419 | 1419 | ||
1420 | rgd = gfs2_blk2rgrpd(sdp, ip->i_no_addr); | 1420 | rgd = gfs2_blk2rgrpd(sdp, ip->i_no_addr, 1); |
1421 | if (!rgd) { | 1421 | if (!rgd) { |
1422 | gfs2_consist_inode(ip); | 1422 | gfs2_consist_inode(ip); |
1423 | error = -EIO; | 1423 | error = -EIO; |