md-cluster: make resync lock also could be interruptted
authorGuoqing Jiang <gqjiang@suse.com>
Fri, 12 Aug 2016 05:42:43 +0000 (13:42 +0800)
committerShaohua Li <shli@fb.com>
Wed, 21 Sep 2016 16:09:44 +0000 (09:09 -0700)
commitd6385db94196b253ae5eb3678fa95cdf1f839fcc
tree5773690f74d0ff68216247c330815df5d0820b35
parent7bcda7149dd6911bee15a51b22477f592f8b9620
md-cluster: make resync lock also could be interruptted

When one node is perform resync or recovery, other nodes
can't get resync lock and could block for a while before
it holds the lock, so we can't stop array immediately for
this scenario.

To make array could be stop quickly, we check MD_CLOSING
in dlm_lock_sync_interruptible to make us can interrupt
the lock request.

Reviewed-by: NeilBrown <neilb@suse.com>
Signed-off-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/md-cluster.c