From: Andriy Skulysh Date: Wed, 22 Jan 2014 13:36:19 +0000 (+0800) Subject: staging/lustre/ptlrpc: flock deadlock detection does not work X-Git-Tag: v3.15-rc1~139^2~1270 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69342b7884d6ea1ec97c0a99fe0524a380783e83;p=pandora-kernel.git staging/lustre/ptlrpc: flock deadlock detection does not work Flock deadlocks are checked on the first attempt to grant the flock only. If we try again to grant it after its blocking lock is cancelled, we don't check for deadlocks which also may exist. Perform deadlock detection during reprocess Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-1715 Lustre-change: http://review.whamcloud.com/3553 Signed-off-by: Andriy Skulysh Reviewed-by: Vitaly Fertman Reviewed-by: Bruce Korb Reviewed-by: Keith Mannthey Reviewed-by: Oleg Drokin Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed