On Fri, 09 May 2014 12:11:29 +0900 Masami Hiramatsu <[email protected]> wrote:
> > Hmm, I wonder if I should add the check for: > > > > !(op->flags & FTRACE_OPS_FL_STUB) > > > > here too? But that's another change that I'll do. > > Indeed. BTW, should I change ftrace_ops_control_func() too? > Currently there's no users of it, so I guess it could wait. Otherwise we are adding a check that will never be true in an extreme hot path. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

