diff options
author | Davidlohr Bueso <[email protected]> | 2016-08-05 01:04:43 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-08-18 15:37:03 +0200 |
commit | 84b23f9b58687a11ced66cc4be9b0219e8ecab84 (patch) | |
tree | 55d064b1c09c98b9ddc234a057c2db52ef348615 /scripts/gdb/linux/lists.py | |
parent | 3942a9bd7b5842a924e99ee6ec1350b8006c94ec (diff) |
locking/rwsem: Return void in __rwsem_mark_wake()
We currently return a rw_semaphore structure, which is the
same lock we passed to the function's argument in the first
place. While there are several functions that choose this
return value, the callers use it, for example, for things
like ERR_PTR. This is not the case for __rwsem_mark_wake(),
and in addition this function is really about the lock
waiters (which we know there are at this point), so its
somewhat odd to be returning the sem structure.
Signed-off-by: Davidlohr Bueso <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions