Whamcloud - gitweb
LU-16213 kfilnd: Rename struct kfilnd_peer members 80/48780/4
authorChris Horn <chris.horn@hpe.com>
Thu, 11 Aug 2022 19:03:04 +0000 (13:03 -0600)
committerOleg Drokin <green@whamcloud.com>
Thu, 19 Jan 2023 15:29:40 +0000 (15:29 +0000)
commit679e73db770d188f43aa4d50592d65e337ad135e
treef2ab111f4ddea42d215ea93ada47dee494109bf2
parent7bf0e557a2b3a463e4d78e81b6ab93987d3dc8af
LU-16213 kfilnd: Rename struct kfilnd_peer members

Prefix members of struct kfilnd_peer with kp_ to make these variable
names easier to find.

Also use 'kp' as a standard name for pointers to struct kfilnd_peer
instead of 'peer' (again to make these pointers easier to find). As
such, struct kfilnd_transaction::peer is also renamed to
struct kfilnd_transaction::tn_kp.

HPE-bug-id: LUS-11128
Test-Parameters: trivial
Change-Id: Id535c7af28a5335026037a55920c706a4e16f947
Signed-off-by: Chris Horn <chris.horn@hpe.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/48780
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Ron Gredvig <ron.gredvig@hpe.com>
Reviewed-by: Ian Ziemba <ian.ziemba@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/klnds/kfilnd/kfilnd.c
lnet/klnds/kfilnd/kfilnd.h
lnet/klnds/kfilnd/kfilnd_ep.c
lnet/klnds/kfilnd/kfilnd_peer.c
lnet/klnds/kfilnd/kfilnd_peer.h
lnet/klnds/kfilnd/kfilnd_tn.c