Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df3647b2 authored by Steven Whitehouse's avatar Steven Whitehouse Committed by Steven Whitehouse
Browse files

GFS2: Fix freeze issue



This removes some old code that was causing issues during
filesystem freeze.

Reported-by: default avatarAndrew Price <andy@andrewprice.me.uk>
Tested-by: default avatarAndrew Price <andy@andrewprice.me.uk>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 9c538837
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -338,7 +338,6 @@ static int gfs2_lock_fs_check_clean(struct gfs2_sbd *sdp,
				    struct gfs2_holder *t_gh)
{
	struct gfs2_inode *ip;
	struct gfs2_holder ji_gh;
	struct gfs2_jdesc *jd;
	struct lfcc *lfcc;
	LIST_HEAD(list);
@@ -386,7 +385,6 @@ out:
		gfs2_glock_dq_uninit(&lfcc->gh);
		kfree(lfcc);
	}
	gfs2_glock_dq_uninit(&ji_gh);
	return error;
}