tracing/filters: don't remove old filters when failed to write subsys->filter
authorLi Zefan <lizf@cn.fujitsu.com>
Tue, 21 Apr 2009 09:11:46 +0000 (17:11 +0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 21 Apr 2009 09:58:27 +0000 (11:58 +0200)
commite8082f3f5a17d7a7bfc7dd1050a3f958dc034e9a
tree8c809037eb92171b1d8f9f2627111751d562267f
parentcb4764a6dbffd9bb3cf759421ae82384071a933d
tracing/filters: don't remove old filters when failed to write subsys->filter

If writing subsys->filter returns EINVAL or ENOSPC, the original
filters in subsys/ and subsys/events/ will be removed. This is
definitely wrong.

[ Impact: fix filter setting semantics on error condition ]

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <49ED8DD2.2070700@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/trace_events.c