diff options
-rw-r--r-- | fs/gfs2/rgrp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index 836e38ba5d0a..29fbeee36fa6 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs2/rgrp.c @@ -706,7 +706,6 @@ void gfs2_clear_rgrpd(struct gfs2_sbd *sdp) if (gl) { glock_set_object(gl, NULL); - gfs2_glock_add_to_lru(gl); gfs2_glock_put(gl); } |