Whamcloud - gitweb
LU-8935 ptlrpc: missing barrier before wake_up 21/28321/3
authorLai Siyao <lai.siyao@intel.com>
Wed, 12 Apr 2017 21:56:50 +0000 (05:56 +0800)
committerJohn L. Hammond <john.hammond@intel.com>
Fri, 18 Aug 2017 20:51:28 +0000 (20:51 +0000)
commit0fe9e8f802f873b89283de34ab22909759235dff
tree1f04dd8b95c2da11998334bc02cc2fe926e45ba7
parenta0d855bcf7e55a6c2e0659b5fce7a19a9818d2b0
LU-8935 ptlrpc: missing barrier before wake_up

ptlrpc_client_wake_req() misses a memory barrier, which may cause
strange errors.

Lustre-change: https://review.whamcloud.com/26583
Lustre-commit: 33033c27aae361069877d56d44714097a208aa76

Signed-off-by: Lai Siyao <lai.siyao@intel.com>
Change-Id: Ic8e9cbaf8c07f503798b95c608477508204d9614
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Wang Shilong <wshilong@ddn.com>
Signed-off-by: Minh Diep <minh.diep@intel.com>
Reviewed-on: https://review.whamcloud.com/28321
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
lustre/include/lustre_net.h