Whamcloud - gitweb
LU-11269 ptlrpc: request's counter in import 40/38340/2
authorAlex Zhuravlev <bzzz@whamcloud.com>
Tue, 25 Feb 2020 16:44:18 +0000 (19:44 +0300)
committerOleg Drokin <green@whamcloud.com>
Sat, 11 Jul 2020 07:27:47 +0000 (07:27 +0000)
commitaeee2ce6793ace7e617e1df49735d473957dd06e
tree2d3665661790c76ac1c1c9e7ef846b526f1cbb9a
parent7554658056cddae71fd90ef4a6dd639ddbe3f89b
LU-11269 ptlrpc: request's counter in import

which is separate from imp_refcount as the latter can be
used for other purposes and it's hard to use to track
requests.

to verify the theory that imp_refcount should be checked.

Lustre-change: https://review.whamcloud.com/37722
Lustre-commit: b09afdf57643cbc1c437a42b4babb0837dd19e65

Change-Id: I7c273a73e2b1bb43059c7ed003ee2b7d09273bfe
Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Mike Pershin <mpershin@whamcloud.com>
Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/38340
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/lustre_import.h
lustre/obdclass/genops.c
lustre/ptlrpc/client.c
lustre/ptlrpc/import.c
lustre/ptlrpc/pinger.c