Re: [tip:sched/core] locking/mutex, sched/wait: Fix the mutex_lock_io_nested() define

From: Tejun Heo
Date: Sun Jan 15 2017 - 18:00:40 EST


On Sun, Jan 15, 2017 at 01:26:16AM -0800, tip-bot for Ingo Molnar wrote:
> Commit-ID: f21860bac05b609d71757338361d26209ff0759b
> Gitweb: http://git.kernel.org/tip/f21860bac05b609d71757338361d26209ff0759b
> Author: Ingo Molnar <mingo@xxxxxxxxxx>
> AuthorDate: Sat, 14 Jan 2017 17:11:36 +0100
> Committer: Ingo Molnar <mingo@xxxxxxxxxx>
> CommitDate: Sat, 14 Jan 2017 17:11:36 +0100
>
> locking/mutex, sched/wait: Fix the mutex_lock_io_nested() define
>
> Mike noticed this bogosity:
>
> > > +# define mutex_lock_nest_io(lock, nest_lock) mutex_io(lock)
> > ^^^^^^^^^^^^^^ typo
>
> This new locking API is not used yet, so this didn't trigger in testing.
>
> Fix it.

Oops, thanks!

--
tejun