Whamcloud - gitweb
LU-8658 ptlrpc: Suppress error for flock requests 56/22856/2
authorPatrick Farrell <paf@cray.com>
Fri, 30 Sep 2016 19:12:53 +0000 (14:12 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 8 Oct 2016 16:39:45 +0000 (16:39 +0000)
commitab63ebe4ca327c1230faad236958a7938a1f4c40
treed237d91dbb22f40f7daecf4ea730a9c94f9baf71
parent72057a3af19ee02d9a686bd7e7d074917e381310
LU-8658 ptlrpc: Suppress error for flock requests

-EAGAIN is a normal return when requesting POSIX flocks.
We can't recognize exactly that case here, but it's the
only case that should result in -EAGAIN on LDLM_ENQUEUE, so
don't print to console in that case.

Signed-off-by: Patrick Farrell <paf@cray.com>
Change-Id: Idfbaf671023ac2c3dc84ddd62d2e547427b1f50b
Reviewed-on: http://review.whamcloud.com/22856
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ptlrpc/client.c