Whamcloud - gitweb
LU-6627 mdc: quiet console message for known -EINTR 11/14911/11
authorAndreas Dilger <andreas.dilger@intel.com>
Thu, 21 May 2015 17:58:03 +0000 (11:58 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 2 Nov 2015 07:21:53 +0000 (07:21 +0000)
commitf84277d0b3c47e2e0f595a371bb98aa6344f6144
tree78c9dc1669d6325512abfc0f2c6ffb4cc9a73122
parentd9683d9cd5ecf7dd2d0ff24492a2117c4c61356b
LU-6627 mdc: quiet console message for known -EINTR

If a user process is waiting for MDS recovery during close, but the
process is interrupted, the file is still closed but it prints a
message on the console.  Quiet the console message for -EINTR, since
this is expected behaviour.

Fix code style issues in this function.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I3bc7284bb7014dbaeb9bfb27a4e98a8abb4a54b6
Reviewed-on: http://review.whamcloud.com/14911
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Frank Zago <fzago@cray.com>
Reviewed-by: Emoly Liu <emoly.liu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/llite/file.c