Whamcloud - gitweb
LU-13340 mgs: change record_add_uuid() to take large nids 93/50093/8
authorMr NeilBrown <neilb@suse.de>
Wed, 12 Apr 2023 13:24:09 +0000 (09:24 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 22 Apr 2023 17:29:57 +0000 (17:29 +0000)
commit8851266823b23e098ca640bc8dc18472c4d40b36
treec37d4bd7b4df4bcdcb417fb544525a489f7aca26
parent9976de28e0119c59b8557df574959bbf85066cc4
LU-13340 mgs: change record_add_uuid() to take large nids

This just changes the function signature and does not really
change any functionality, because it always just converts the
struct lnet_nid back to lnet_nid_t.

Future patches will make more sense of this.

Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: Ib3427ba7cfe54fc00427232835e7378922d8f616
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50093
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/mgs/mgs_llog.c