diff options
Diffstat (limited to 'fs/gfs2/rgrp.c')
-rw-r--r-- | fs/gfs2/rgrp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index b643c14caff..7273ad3c85b 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs2/rgrp.c | |||
@@ -392,6 +392,7 @@ static void clear_rgrpdi(struct gfs2_sbd *sdp) | |||
392 | 392 | ||
393 | if (gl) { | 393 | if (gl) { |
394 | gl->gl_object = NULL; | 394 | gl->gl_object = NULL; |
395 | gfs2_glock_add_to_lru(gl); | ||
395 | gfs2_glock_put(gl); | 396 | gfs2_glock_put(gl); |
396 | } | 397 | } |
397 | 398 | ||