VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Steven Whitehouse <swhiteho@redhat.com> 2010-01-29 15:21:27 +0000 committer: Steven Whitehouse <swhiteho@redhat.com> 2010-02-03 09:56:21 +0000 commit: 8f05228ee7c8f409ae3c6f9c3e13d7ccb9c18360 parent: e402746a945ceb9d0486a8e3d5917c9228fa4404
Commit Summary:
GFS2: Extend umount wait coverage to full glock lifetime
Diffstat:
1 file changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c
index 66242b32db5b..b9dd3da22c0a 100644
--- a/fs/gfs2/super.c
+++ b/fs/gfs2/super.c
@@ -861,8 +861,6 @@ restart:
 	gfs2_jindex_free(sdp);
 	/*  Take apart glock structures and buffer lists  */
 	gfs2_gl_hash_clear(sdp);
-	/* Wait for dlm to reply to all our unlock requests */
-	wait_event(sdp->sd_glock_wait, atomic_read(&sdp->sd_glock_disposal) == 0);
 	/*  Unmount the locking protocol  */
 	gfs2_lm_unmount(sdp);