commit | e57d143091f1c0b1a98140a4d2e63e113afb62c0 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Thu Aug 08 08:47:14 2019 +0200 |
committer | Peter Zijlstra <peterz@infradead.org> | Thu Aug 08 09:09:25 2019 +0200 |
tree | 1100b05a0b77cb5f9b91baa2b412b6940076b106 | |
parent | a037d269221c0ae15f47046757afcbd1a7177bbf [diff] |
mutex: Fix up mutex_waiter usage The patch moving bits into mutex.c was a little too much; by also moving struct mutex_waiter a few less common CONFIGs would no longer build. Fixes: 5f35d5a66b3e ("locking/mutex: Make __mutex_owner static to mutex.c") Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>