diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2019-06-07 21:20:40 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-06-09 19:40:10 -0700 |
| commit | 6dcdd884e2a4bb57b0ed3654ff28974ae17d2a08 (patch) | |
| tree | ddf59935f7a1bc272d05ec206fa326329722fa1e /tools/perf/scripts/python | |
| parent | 49eef82dcd5498718ad49305514c56a2c3b7dee0 (diff) | |
net: hwbm: Make the hwbm_pool lock a mutex
Based on review, `lock' is only acquired in hwbm_pool_add() which is
invoked via ->probe(), ->resume() and ->ndo_change_mtu(). Based on this
the lock can become a mutex and there is no need to disable interrupts
during the procedure.
Now that the lock is a mutex, hwbm_pool_add() no longer invokes
hwbm_pool_refill() in an atomic context so we can pass GFP_KERNEL to
hwbm_pool_refill() and remove the `gfp' argument from hwbm_pool_add().
Cc: Thomas Petazzoni <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions