Re: [PATCH v2] HID: debug: fix the ring buffer implementation

From: Oleg Nesterov
Date: Mon Jan 28 2019 - 06:18:26 EST


On 01/28, Benjamin Tissoires wrote:
>
> Oleg, can you provide some feedback before I push this?

Looks good to me, feel free to add

Reviewed-by: Oleg Nesterov <oleg@xxxxxxxxxx>

> > + set_current_state(TASK_RUNNING);

I still think that

__set_current_state(TASK_RUNNING);

will look a bit better, but this is really minor.

Oleg.