Whamcloud - gitweb
LU-10391 obdclass: change class_add/check_uuid to large nid 86/50086/8
authorMr NeilBrown <neilb@suse.de>
Mon, 9 May 2022 04:02:18 +0000 (14:02 +1000)
committerOleg Drokin <green@whamcloud.com>
Tue, 11 Apr 2023 20:02:26 +0000 (20:02 +0000)
commit16d84b030520c431daafcca4f1df00a1de5d20bb
tree7a6c46541553750259b192ff5e14be572f07a1c6
parent42b49afdc8a4d2ec6597d3db6553ed79bad7fed8
LU-10391 obdclass: change class_add/check_uuid to large nid

class_add_uuid() and class_check_uuid() are changed to take
a struct lnet_nid* rather than a __u64 (aka lnet_nid_t).

Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: Iffb7aa830ca8da737fd989b11522a50f2e23effd
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50086
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: jsimmons <jsimmons@infradead.org>
Reviewed-by: Frank Sehr <fsehr@whamcloud.com>
Reviewed-by: Chris Horn <chris.horn@hpe.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/obd_class.h
lustre/ldlm/ldlm_lib.c
lustre/obdclass/lustre_peer.c
lustre/obdclass/obd_config.c
lustre/target/tgt_mount.c