Whamcloud - gitweb
LU-13340 mgs: convert class_parse_nid4 to class_parse_nid 94/50094/5
authorMr NeilBrown <neilb@suse.de>
Wed, 12 Apr 2023 13:27:16 +0000 (09:27 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 22 Apr 2023 17:30:09 +0000 (17:30 +0000)
commit6c3b50434b321cc16c9d08bdf22be1ffbdaf9264
tree1675ed3bc40cc739ca11b9bd059bb56d11dafee2
parent8851266823b23e098ca640bc8dc18472c4d40b36
LU-13340 mgs: convert class_parse_nid4 to class_parse_nid

All callers of class_parse_nid4() now use class_parse_nid()
and so much handle a large nid.

do_lcfg_nid() is introduced to help with this.

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