Whamcloud - gitweb
LU-9859 libcfs: remove libcfs_debug_vmsg2 25/35225/3
authorNeilBrown <neilb@suse.com>
Thu, 13 Jun 2019 19:10:21 +0000 (15:10 -0400)
committerOleg Drokin <green@whamcloud.com>
Sun, 7 Jul 2019 15:16:01 +0000 (15:16 +0000)
commit3ec13d260bf6b18dd741d38f16eaf5cf567b8aef
treec4a8c4f039a3e9bab620ccd900f42099db428714
parent810f2a5fef577b4f0f6a58ab234cf29afd96c748
LU-9859 libcfs: remove libcfs_debug_vmsg2

Now that libcfs_debug_vmsg2 has no (external) users, we can remove it.
It is used to implement libcfs_debug_msg(), so simply move
the body of the function (suitably modified) into that one caller.

Linux-commit: d42a3aded317c97594c19995879999428de53c46

Signed-off-by: NeilBrown <neilb@suse.com>
Change-Id: I80d24abcc23a8f6e2f8b995d1337ba5038318d5a
Reviewed-on: https://review.whamcloud.com/35225
Reviewed-by: Shaun Tancheff <stancheff@cray.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/include/libcfs/libcfs_debug.h
libcfs/libcfs/tracefile.c
libcfs/libcfs/tracefile.h