staging/lustre/ldlm: Remove posix lock (flock) deadlock detection
authorOleg Drokin <green@linuxhacker.ru>
Thu, 1 Oct 2015 04:12:41 +0000 (00:12 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Oct 2015 09:17:19 +0000 (11:17 +0200)
commitbb10512e76b8db31c0f99115ee6216d648cf9816
treeb492ff36631a7b4b1fec61bfe201c29e334ce025
parent58ba1c313fa04f86f00e0aa5df9e7ee31a25dd33
staging/lustre/ldlm: Remove posix lock (flock) deadlock detection

This is server-side code that cannot work on the client
(vfs would do this check on the local node).

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ldlm/ldlm_flock.c