Whamcloud - gitweb
LU-4423 ptlrpc: make ptlrpc_last_xid an atomic64_t 10/35510/2
authorNeilBrown <neilb@suse.com>
Sun, 14 Jul 2019 23:39:31 +0000 (19:39 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 20 Jul 2019 18:39:48 +0000 (18:39 +0000)
commitaff122359f8aea3d8529bbc10ca54cc7efeabca2
tree641b2480ef9cd2468e2fdc623410c5f622d4efd2
parentc324460b630aaa0bee921d5685e4b5db51c65de9
LU-4423 ptlrpc: make ptlrpc_last_xid an atomic64_t

This variable is treated like an atomic64_t,
so change it's type and simplify the code.

Change-Id: I4b219342222fd784ac1d7dc17660feb816bacd57
Signed-off-by: NeilBrown <neilb@suse.com>
Reviewed-on: https://review.whamcloud.com/35510
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Shaun Tancheff <stancheff@cray.com>
Reviewed-by: Petros Koutoupis <pkoutoupis@cray.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/ptlrpc/client.c