From 69342b7884d6ea1ec97c0a99fe0524a380783e83 Mon Sep 17 00:00:00 2001 From: Andriy Skulysh Date: Wed, 22 Jan 2014 21:36:19 +0800 Subject: [PATCH] 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-format-patch failed