Whamcloud - gitweb
LU-7508 ldlm: Don't check opcode with NULL rq_reqmsg 14/17414/2
authorJeremy Filizetti <jeremy.filizetti@gmail.com>
Tue, 1 Dec 2015 19:54:10 +0000 (14:54 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 9 Dec 2015 02:26:53 +0000 (02:26 +0000)
commit3f4572caef5f25f4a9b5347b2ccf933fdad9db9c
tree838c9250f4858d625554a85aca069c4d7230f34b
parentaf46e574eeebe23c5a6146a134fa00ee91931de3
LU-7508 ldlm: Don't check opcode with NULL rq_reqmsg

When GSS is enabled it's possible to have a NULL rq_reqmsg
if a bad signature or no context is returned during the unwrap
of the request.  Don't check the opcode in this case.

Signed-off-by: Jeremy Filizetti <jeremy.filizetti@gmail.com>
Change-Id: I3a74dff7638b318190c5c4ad73acbe7ec299aa80
Reviewed-on: http://review.whamcloud.com/17414
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
lustre/ldlm/ldlm_lib.c