aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/gfs2/rgrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c
index b879925ce134..07c0265aa195 100644
--- a/fs/gfs2/rgrp.c
+++ b/fs/gfs2/rgrp.c
@@ -1789,7 +1789,7 @@ static void try_rgrp_unlink(struct gfs2_rgrpd *rgd, u64 *last_unlinked, u64 skip
1789 continue; 1789 continue;
1790 *last_unlinked = block; 1790 *last_unlinked = block;
1791 1791
1792 error = gfs2_glock_get(sdp, block, &gfs2_inode_glops, CREATE, &gl); 1792 error = gfs2_glock_get(sdp, block, &gfs2_iopen_glops, CREATE, &gl);
1793 if (error) 1793 if (error)
1794 continue; 1794 continue;
1795 1795