Whamcloud - gitweb
LU-8346 obdclass: protect key_set_version 17/31017/2
authorHongchao Zhang <hongchao.zhang@intel.com>
Sat, 13 Jan 2018 10:08:29 +0000 (18:08 +0800)
committerJohn L. Hammond <john.hammond@intel.com>
Fri, 9 Feb 2018 18:13:10 +0000 (18:13 +0000)
commit823e1549f109412db4a8cb31e648819660c5f7b8
tree9a374bf5cd0a6b620bbde0b631ed0b0f50580318
parentf119ec3196eb3e7773eeb4dcb3d825d7f8725a9c
LU-8346 obdclass: protect key_set_version

In lu_context_refill, the key_set_version should be protected
before comparing it to version stored in the lu_context.

This patch is a supplement of the previous patch
https://review.whamcloud.com/#/c/28405/, which adds protection
for key_set_version from modification in lu_context_refill
and lu_context_key_degister.

Lustre-change: https://review.whamcloud.com/27448
Lustre-commit: 4538de675cc1ee05408fa912e71c65d9109d7027

Change-Id: I201f56214382a717cfc31ba573e06fec9fbedae4
Signed-off-by: Hongchao Zhang <hongchao.zhang@intel.com>
Reviewed-by: Patrick Farrell <paf@cray.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Signed-off-by: Minh Diep <minh.diep@intel.com>
Reviewed-on: https://review.whamcloud.com/31017
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
lustre/obdclass/lu_object.c