Re: [PATCH 2/2] locking/rwsem-spinlock: Cleanup down_read()

2014-09-16 Thread Ingo Molnar
* Davidlohr Bueso wrote: > ... when returning from a successful lock acquisition. The horror! > > Signed-off-by: Davidlohr Bueso > --- > kernel/locking/rwsem-spinlock.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/kernel/locking/rwsem-spinlock.c

Re: [PATCH 2/2] locking/rwsem-spinlock: Cleanup down_read()

2014-09-16 Thread Ingo Molnar
* Davidlohr Bueso d...@stgolabs.net wrote: ... when returning from a successful lock acquisition. The horror! Signed-off-by: Davidlohr Bueso dbu...@suse.de --- kernel/locking/rwsem-spinlock.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[PATCH 2/2] locking/rwsem-spinlock: Cleanup down_read()

2014-09-11 Thread Davidlohr Bueso
... when returning from a successful lock acquisition. The horror! Signed-off-by: Davidlohr Bueso --- kernel/locking/rwsem-spinlock.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kernel/locking/rwsem-spinlock.c b/kernel/locking/rwsem-spinlock.c index 2c93571..07e456c

[PATCH 2/2] locking/rwsem-spinlock: Cleanup down_read()

2014-09-11 Thread Davidlohr Bueso
... when returning from a successful lock acquisition. The horror! Signed-off-by: Davidlohr Bueso dbu...@suse.de --- kernel/locking/rwsem-spinlock.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kernel/locking/rwsem-spinlock.c b/kernel/locking/rwsem-spinlock.c index