Whamcloud - gitweb
LU-9859 libcfs: rework special libcfs string handling 44/57944/4
authorJames Simmons <jsimmons@infradead.org>
Wed, 5 Feb 2025 15:13:02 +0000 (10:13 -0500)
committerOleg Drokin <green@whamcloud.com>
Tue, 11 Feb 2025 05:32:34 +0000 (05:32 +0000)
commit626bf781b2253c784c55e79e24ee27e3c9c28816
tree357b6f552faa51d7e3f44c52bc0f89c442235716
parent1dd72e3baddbe4d6f0023407aefd0acf454a41e9
LU-9859 libcfs: rework special libcfs string handling

The header libcfs_string.h contains NID string specific items so
move them to the LNet header lib-types.h. Only functions for
string to or from mask handling is left in libcfs_string.c. We
can merged that into debug.c where it is first used.

Test-Parameters: trivial
Change-Id: I79c56594af065dfd08b8205a05326fa0ebf36d55
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57944
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/include/libcfs/Makefile.am
libcfs/include/libcfs/libcfs.h
libcfs/include/libcfs/libcfs_debug.h
libcfs/include/libcfs/libcfs_string.h [deleted file]
libcfs/libcfs/Makefile.in
libcfs/libcfs/debug.c
libcfs/libcfs/libcfs_string.c [deleted file]
lnet/include/lnet/lib-types.h
lnet/lnet/lib-cpt.c
lustre/mdd/mdd_lproc.c