diff options
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index d827b934cbd3..b62c8427672c 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -1401,6 +1401,7 @@ out: | |||
1401 | end_writeback(inode); | 1401 | end_writeback(inode); |
1402 | 1402 | ||
1403 | ip->i_gl->gl_object = NULL; | 1403 | ip->i_gl->gl_object = NULL; |
1404 | gfs2_glock_add_to_lru(ip->i_gl); | ||
1404 | gfs2_glock_put(ip->i_gl); | 1405 | gfs2_glock_put(ip->i_gl); |
1405 | ip->i_gl = NULL; | 1406 | ip->i_gl = NULL; |
1406 | if (ip->i_iopen_gh.gh_gl) { | 1407 | if (ip->i_iopen_gh.gh_gl) { |