Whamcloud - gitweb
LU-9859 libcfs: discard MKSTR() macro 76/50376/2
authorMr. NeilBrown <neilb@suse.de>
Wed, 22 Mar 2023 14:33:37 +0000 (10:33 -0400)
committerOleg Drokin <green@whamcloud.com>
Tue, 4 Apr 2023 14:37:47 +0000 (14:37 +0000)
commit80d8eb2f45adc1b8c327c356be018c98922ba734
treea201a524457a19b85e4a42cafbcff5b7cd20d714
parent0cb3d86c4004d75810c54bb897ad7fbb6d5ec05f
LU-9859 libcfs: discard MKSTR() macro

This is only used for tracing when some strings might
be NULL.  NULL strings are not a problem for tracing,
vnsprintf() will report them as "(null)" which is probably
better (easier to parse) than an empty string.

Linux-commit: dd0393a5f29633f0e3d52e4c26ae4123c873c016

Test-Parameters: trivial
Change-Id: Ia305ea0d0dc05602a03dea589f928b6a599ee55e
Signed-off-by: Mr. NeilBrown <neilb@suse.de>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50376
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/include/libcfs/libcfs_private.h