Re: [PATCH v2] Adjustments: lock/unlock task in context_switch

From: Peter Zijlstra
Date: Tue Dec 19 2017 - 09:38:29 EST


On Tue, Dec 19, 2017 at 12:23:57PM -0200, Rodrigo Siqueira wrote:
> In the original patch, I called this function as release_lock_task,
> because the release_task was already declared as extern in
> include/linux/sched/task.h. I believe there is a function name conflict
> here, is that correct?

Bah, you're right. Clearly I didn't compile test yet.. I'll fix it up.

Thanks.