Whamcloud - gitweb
LU-8294 gss: quiet cache_check return ENOENT warning 76/26976/2
authorKit Westneat <kit.westneat@gmail.com>
Sat, 6 May 2017 22:58:52 +0000 (18:58 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 12 May 2017 05:06:54 +0000 (05:06 +0000)
commit01787a308ccaf0cfbd6423609e63e741e3a65a14
tree49d5f9bad0ecc5198e380d1cfe8879cab2eabffb
parent60d2981b476bad15069089546296b09a7cbdafff
LU-8294 gss: quiet cache_check return ENOENT warning

gss_svc_upcall_handle_init spews a lot of error messages if GSS
support has been compiled, but GSS is not being used. The current
error message is not very useful, so this patch moves it to CDEBUG.

Test-Parameters: trivial
Signed-off-by: Kit Westneat <kit.westneat@gmail.com>
Change-Id: Id58e3a9b5c702f8669f6659c6ff8e577391484de
Reviewed-on: https://review.whamcloud.com/26976
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ptlrpc/gss/gss_svc_upcall.c