Re: [PATCH 1/3] tracing: Use inline task_nice() to get rid of an open coded implementation of it.

2014-03-10 Thread Dongsheng Yang
Hi steve, Could you take these three patches if they looks fine to you?? Thanx On 03/05/2014 08:36 PM, Dongsheng Yang wrote: Function task_nice() was reimplemented as inline function, we can use it here to replace the open coded implementation. Signed-off-by: Dongsheng Yang cc: Steven Ros

[PATCH 1/3] tracing: Use inline task_nice() to get rid of an open coded implementation of it.

2014-03-05 Thread Dongsheng Yang
Function task_nice() was reimplemented as inline function, we can use it here to replace the open coded implementation. Signed-off-by: Dongsheng Yang cc: Steven Rostedt --- kernel/trace/trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/trace/trace.c b/kernel/tra