Whamcloud - gitweb
LU-9859 libcfs: change libcfs_log_* functions to inline 81/44581/3
authorJames Simmons <jsimmons@infradead.org>
Tue, 10 Aug 2021 18:05:31 +0000 (14:05 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 11 Sep 2021 06:21:04 +0000 (06:21 +0000)
commit3769245cad0775816b653253e497e57b7500033c
tree839fd2b5b37ebeec57db5159452a180617e996e1
parent0f5d3c4b954da2f6b880da243dacec52cb4011a6
LU-9859 libcfs: change libcfs_log_* functions to inline

The functions libcfs_log_return() and libcfs_log_goto() don't
exist in the native Linux client. We still need them for the
special OpenSFS debugging but we can change those functions
to simple inline routines since they are just wrappers
around libcfs_debug_msg().

Test-Parameters: trivial
Change-Id: I0e2b40feb18f9f1a1ffbda39756ab64308ea6439
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/44581
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Aurelien Degremont <degremoa@amazon.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/include/libcfs/libcfs_debug.h
libcfs/libcfs/debug.c