Whamcloud - gitweb
LU-10391 ptlrpc: change rq_peer to struct lnet_nid 38/44638/4
authorMr NeilBrown <neilb@suse.de>
Thu, 4 Aug 2022 01:43:26 +0000 (21:43 -0400)
committerOleg Drokin <green@whamcloud.com>
Mon, 12 Sep 2022 02:52:07 +0000 (02:52 +0000)
commitafb9714c097fc6ec53385c1b11c569890ba07651
tree9f3ffb987237f932f9c256a5cfd91fa1aff25ae8
parenta0bdb01ad05b24d2469e715ec2ce7f774d31d2e1
LU-10391 ptlrpc: change rq_peer to struct lnet_nid

rq_peer in struct ptlrpc_request can now store large NIDs.
ptlrpc_connection_get() and others now take a
struct lnet_processid

Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: I3bb419720434714301946d278413ce6090aa2cdd
Reviewed-on: https://review.whamcloud.com/44638
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Frank Sehr <fsehr@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Chris Horn <chris.horn@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
21 files changed:
lustre/include/lustre_net.h
lustre/ldlm/ldlm_lib.c
lustre/ldlm/ldlm_lockd.c
lustre/ldlm/ldlm_request.c
lustre/mdt/mdt_lib.c
lustre/mgs/mgs_handler.c
lustre/ptlrpc/client.c
lustre/ptlrpc/connection.c
lustre/ptlrpc/events.c
lustre/ptlrpc/gss/gss_svc_upcall.c
lustre/ptlrpc/gss/sec_gss.c
lustre/ptlrpc/lproc_ptlrpc.c
lustre/ptlrpc/niobuf.c
lustre/ptlrpc/nrs_crr.c
lustre/ptlrpc/nrs_delay.c
lustre/ptlrpc/nrs_fifo.c
lustre/ptlrpc/nrs_tbf.c
lustre/ptlrpc/sec.c
lustre/ptlrpc/service.c
lustre/target/tgt_handler.c
lustre/target/tgt_lastrcvd.c