Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1559360
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [tip:sched/core] locking/mutex, sched/wait: Fix the mutex_lock_io_nested() define |
| Date | 2017-01-16 00:10 +0100 |
| Message-ID | <t025Z-eV-43@gated-at.bofh.it> (permalink) |
| References | <t025Z-eV-45@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@kernel.org> > AuthorDate: Sat, 14 Jan 2017 17:11:36 +0100 > Committer: Ingo Molnar <mingo@kernel.org> > 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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [tip:sched/core] locking/mutex, sched/wait: Fix the mutex_lock_io_nested() define Tejun Heo <tj@kernel.org> - 2017-01-16 00:10 +0100
csiph-web