]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit194a53f1e4699ea297b8995c8c5d9a67279c416b
treeb492ff36631a7b4b1fec61bfe201c29e334ce025
parent59d55bd9ec5a475048f1c8d604b8e2aa3fe6a3d9
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