Re: [PATCH] tracing: Restore system filter behavior

From: Steven Rostedt
Date: Wed Nov 02 2011 - 22:10:44 EST


On Thu, 2011-11-03 at 09:25 +0800, Li Zefan wrote:
>
> > - replace_filter_string(filter, filter_string);
> > + /* System filters just show a default message */
> > + replace_filter_string(filter, DEFAULT_SYS_FILTER_MESSAGE);
>
> Seems we can call remove_filter_string() instead to save memory.

I originally had it that way, but for some reason I had to change it.
Not sure why. I'll put it back and see if that reason pops up again ;)

Thanks,

-- Steve


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/