diff options
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index 7cf302b135ce..601913e0a482 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -338,7 +338,6 @@ static int gfs2_lock_fs_check_clean(struct gfs2_sbd *sdp, | |||
338 | struct gfs2_holder *t_gh) | 338 | struct gfs2_holder *t_gh) |
339 | { | 339 | { |
340 | struct gfs2_inode *ip; | 340 | struct gfs2_inode *ip; |
341 | struct gfs2_holder ji_gh; | ||
342 | struct gfs2_jdesc *jd; | 341 | struct gfs2_jdesc *jd; |
343 | struct lfcc *lfcc; | 342 | struct lfcc *lfcc; |
344 | LIST_HEAD(list); | 343 | LIST_HEAD(list); |
@@ -386,7 +385,6 @@ out: | |||
386 | gfs2_glock_dq_uninit(&lfcc->gh); | 385 | gfs2_glock_dq_uninit(&lfcc->gh); |
387 | kfree(lfcc); | 386 | kfree(lfcc); |
388 | } | 387 | } |
389 | gfs2_glock_dq_uninit(&ji_gh); | ||
390 | return error; | 388 | return error; |
391 | } | 389 | } |
392 | 390 | ||