]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: lustre: fix 'data race condition' issue in conrpc.c
authorSebastien Buisson <sbuisson@ddn.com>
Mon, 7 Mar 2016 23:10:18 +0000 (18:10 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Mar 2016 00:17:45 +0000 (16:17 -0800)
commitc206f8bc543858ed2d82b1547c1a986dbd3df022
tree0e7c1f6c307714ac6756e78890720684522ef08c
parentb7acfc959b72cbb429859ec4912b48f00eacf2c3
staging: lustre: fix 'data race condition' issue in conrpc.c

Fix 'data race condition' defects found by Coverity version 6.5.0:
Data race condition (MISSING_LOCK)
Accessing variable without holding lock. Elsewhere,
this variable is accessed with lock held.

Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-2744
Reviewed-on: http://review.whamcloud.com/6567
Reviewed-by: Liang Zhen <liang.zhen@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/selftest/conrpc.c