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)
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>

No differences found