Re: [RFC][PATCH 08/14] function_graph: Remove unused task_curr_ret_stack()

From: Steven Rostedt
Date: Mon Nov 26 2018 - 16:27:56 EST


On Mon, 26 Nov 2018 00:02:07 -1000
Joey Pabalinas <joeypabalinas@xxxxxxxxx> wrote:

> On Wed, Nov 21, 2018 at 08:27:16PM -0500, Steven Rostedt wrote:
> > The static inline function task_curr_ret_stack() is unused, remove it.
>
> Just want ot make sure I understand this correctly, instead of using this
> function, the convention now is to just directly assign `t->curr_ret_stack = -1`?
>

Not sure what you mean. This function would just return the value of
curr_ret_stack, it didn't modify it.

-- Steve