Whamcloud - gitweb
LU-9859 libcfs: cleanup tracefile.h 16/39116/2
authorMr NeilBrown <neilb@suse.de>
Sat, 20 Jun 2020 02:34:48 +0000 (22:34 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 4 Jul 2020 03:04:39 +0000 (03:04 +0000)
commit03d1cdb06371a6d6e1adaacaa6c3f7d854b4b608
tree269e4d8b58ded98bc6183900ffe50d4cd153d386
parentf71a539c3e41bae750bcb54b0f9159670148176b
LU-9859 libcfs: cleanup tracefile.h

With many things moved into tracefile.c we can cleanup a lot of
things in tracefile.h. Move some items that are only used in
tracefile.c from tracefile.h into tracefile.c. In tracefile.h
we have the ifdef LUSTRE_TRACEFILE_PRIVATE which has several
duplicate defines. We can remove those duplicates.

Test-Parameters: trivial

Change-Id: Ic45c4fa6ebfb21e26c536b6ff5cda780a7ca85ac
Signed-off-by: Mr NeilBrown <neilb@suse.de>
Reviewed-on: https://review.whamcloud.com/39116
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Yang Sheng <ys@whamcloud.com>
Reviewed-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/libcfs/tracefile.c
libcfs/libcfs/tracefile.h