From: Bob Peterson Date: Wed, 12 Mar 2014 14:32:20 +0000 (-0400) Subject: GFS2: Ensure workqueue is scheduled after noexp request X-Git-Tag: v3.15-rc1~97^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01b172b7b10146cf5f02604047bee065cfb49946;p=pandora-kernel.git GFS2: Ensure workqueue is scheduled after noexp request This patch closes a small timing window whereby a request to hold the transaction glock can get stuck. The problem is that after the DLM has granted the lock, it can get into a state whereby it doesn't transition the glock to a held state, due to not having requeued the glock state machine to finish the transition. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed