[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87tuk83lus.ffs@tglx>
Date: Sun, 01 Aug 2021 23:18:19 +0200
From: Thomas Gleixner <tglx@...utronix.de>
To: Mike Galbraith <efault@....de>, LKML <linux-kernel@...r.kernel.org>
Cc: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>,
Juri Lelli <juri.lelli@...hat.com>,
Steven Rostedt <rostedt@...dmis.org>,
Daniel Bristot de Oliveira <bristot@...hat.com>,
Will Deacon <will@...nel.org>,
Waiman Long <longman@...hat.com>,
Boqun Feng <boqun.feng@...il.com>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Davidlohr Bueso <dave@...olabs.net>
Subject: Re: [patch 50/63] locking/ww_mutex: Implement rtmutex based
ww_mutex API functions
On Sat, Jul 31 2021 at 15:26, Mike Galbraith wrote:
> On Fri, 2021-07-30 at 15:50 +0200, Thomas Gleixner wrote:
>
> ...
>> --- /dev/null
>> +++ b/kernel/locking/ww_rt_mutex.c
>>
> ...
>> +int __sched
>> +ww_mutex_lock_interruptible(struct ww_mutex *lock, struct ww_acquire_ctx *ctx)
>> +{
>> + return __ww_rt_mutex_lock(lock, ctx, TASK_UNINTERRUPTIBLE, _RET_IP_);
>> +} ^^typo
Ooops.
Powered by blists - more mailing lists