commit | 6c1a99afbda99cd8d8c69d756387041567a13d87 | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <laijs@cn.fujitsu.com> | Thu Jan 15 18:05:40 2009 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 16 12:15:20 2009 +0100 |
tree | 8f8c9d5cb072bb6d9f83f82c81cf81c123579863 | |
parent | 55922173f1f63903b6de03711ab8ff980cbe58d2 [diff] |
ftrace: fix trace_output Impact: fix bug for handling partial line trace_seq_printf(), seq_print_userip_objs(), ... return 0 -- partial line was written other(>0) -- success duplicate output is also removed in trace_print_raw(). Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>