Re: [tip:sched/core] locking/mutex, sched/wait: Add mutex_lock_io()

2017-01-14 Thread Ingo Molnar
* Mike Galbraith wrote: > On Sat, 2017-01-14 at 04:50 -0800, tip-bot for Tejun Heo wrote: > > > diff --git a/include/linux/mutex.h b/include/linux/mutex.h > > index b97870f..980ba16 100644 > > --- a/include/linux/mutex.h > > +++ b/include/linux/mutex.h > > > @@ -171,11 +173,13

Re: [tip:sched/core] locking/mutex, sched/wait: Add mutex_lock_io()

2017-01-14 Thread Ingo Molnar
* Mike Galbraith wrote: > On Sat, 2017-01-14 at 04:50 -0800, tip-bot for Tejun Heo wrote: > > > diff --git a/include/linux/mutex.h b/include/linux/mutex.h > > index b97870f..980ba16 100644 > > --- a/include/linux/mutex.h > > +++ b/include/linux/mutex.h > > > @@ -171,11 +173,13 @@ do {

Re: [tip:sched/core] locking/mutex, sched/wait: Add mutex_lock_io()

2017-01-14 Thread Mike Galbraith
On Sat, 2017-01-14 at 04:50 -0800, tip-bot for Tejun Heo wrote: > diff --git a/include/linux/mutex.h b/include/linux/mutex.h > index b97870f..980ba16 100644 > --- a/include/linux/mutex.h > +++ b/include/linux/mutex.h > @@ -171,11 +173,13 @@ do {

Re: [tip:sched/core] locking/mutex, sched/wait: Add mutex_lock_io()

2017-01-14 Thread Mike Galbraith
On Sat, 2017-01-14 at 04:50 -0800, tip-bot for Tejun Heo wrote: > diff --git a/include/linux/mutex.h b/include/linux/mutex.h > index b97870f..980ba16 100644 > --- a/include/linux/mutex.h > +++ b/include/linux/mutex.h > @@ -171,11 +173,13 @@ do {

[tip:sched/core] locking/mutex, sched/wait: Add mutex_lock_io()

2017-01-14 Thread tip-bot for Tejun Heo
Commit-ID: 1460cb65a10f6c7a6e3a1c76513338861a0a43b6 Gitweb: http://git.kernel.org/tip/1460cb65a10f6c7a6e3a1c76513338861a0a43b6 Author: Tejun Heo AuthorDate: Fri, 28 Oct 2016 12:58:11 -0400 Committer: Ingo Molnar CommitDate: Sat, 14 Jan 2017 11:30:05

[tip:sched/core] locking/mutex, sched/wait: Add mutex_lock_io()

2017-01-14 Thread tip-bot for Tejun Heo
Commit-ID: 1460cb65a10f6c7a6e3a1c76513338861a0a43b6 Gitweb: http://git.kernel.org/tip/1460cb65a10f6c7a6e3a1c76513338861a0a43b6 Author: Tejun Heo AuthorDate: Fri, 28 Oct 2016 12:58:11 -0400 Committer: Ingo Molnar CommitDate: Sat, 14 Jan 2017 11:30:05 +0100 locking/mutex, sched/wait: