gfs2: fix recovery during unmount
authorDavid Teigland <teigland@redhat.com>
Tue, 1 May 2012 20:50:48 +0000 (15:50 -0500)
committerDavid Teigland <teigland@redhat.com>
Wed, 2 May 2012 19:19:12 +0000 (14:19 -0500)
commit1a058f5288a74a20d5567a85ab1a04a9de69a212
tree8ed2428f8aaee127fc4a87417dd520a90f60e3a7
parent4875647a08e35f77274838d97ca8fa44158d50e2
gfs2: fix recovery during unmount

Journal recovery from lock_dlm should not be ignored
if there is an unmount in progress.  Ignoring it will
causes the recovery to get stuck.  The recovery
process will correctly handle an in-progess unmount.

Signed-off-by: David Teigland <teigland@redhat.com>
fs/gfs2/sys.c