Messages in this thread |  | | Date | Tue, 12 Jan 2021 13:31:27 +0000 | From | Will Deacon <> | Subject | Re: [PATCH] locking/rtmutex: remove useless parameter for rt_mutex_proxy_unlock |
| |
On Fri, Nov 13, 2020 at 04:58:12PM +0800, Alex Shi wrote: > The parameter 'proxy_owner' isn't used, so could be removed.
Looks like the last user of this was removed in fffa954fb528 ("futex: Remove rt_mutex_deadlock_account_*()").
> Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com> > Cc: Thomas Gleixner <tglx@linutronix.de> > Cc: Ingo Molnar <mingo@redhat.com> > Cc: Peter Zijlstra <peterz@infradead.org> > Cc: Darren Hart <dvhart@infradead.org> > Cc: Will Deacon <will@kernel.org> > Cc: linux-kernel@vger.kernel.org > --- > kernel/futex.c | 2 +- > kernel/locking/rtmutex.c | 3 +-- > kernel/locking/rtmutex_common.h | 3 +-- > 3 files changed, 3 insertions(+), 5 deletions(-)
Acked-by: Will Deacon <will@kernel.org>
Will
|  |