Intent to remove ts_kernel_trace WAS[Re: [openib-general] [PATCH] kill ib_legacy.h]

Tom Duffy Tom.Duffy at Sun.COM
Fri Aug 13 16:06:16 PDT 2004


On Mon, 2004-08-09 at 23:31, Michael S. Tsirkin wrote:
> Incidentally, do you think ts_kernel_trace is still a good idea?
> We have printk with priorities ...

So, I would like to go through and get rid of TS_TRACE and replace with
standard printk.  I am planning on using the following mapping from
tTS_TRACE_LEVEL to printk priority:

T_VERY_TERSE	-> KERN_ERR
T_TERSE		-> KERN_WARNING
T_VERBOSE	-> KERN_NOTICE
T_VERY_VERBOSE	-> KERN_INFO
T_SCREAM	-> KERN_DEBUG

What do people think?

-tduffy




More information about the general mailing list