diff options
author | Vlad Buslov <vladbu@mellanox.com> | 2018-08-10 20:51:52 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-11 12:37:10 -0700 |
commit | 84a75b329be84c108a21ab9c02a52a9bf9e5a919 (patch) | |
tree | 54e1878072e38345ae860567911a2b218935bf63 /arch/sparc | |
parent | 764e9a24480f6ffba5493fb21e6a7b030d6b8b67 (diff) |
net: sched: extend action ops with put_dev callback
As a preparation for removing dependency on rtnl lock from rules update
path, all users of shared objects must take reference while working with
them.
Extend action ops with put_dev() API to be used on net device returned by
get_dev().
Modify mirred action (only action that implements get_dev callback):
- Take reference to net device in get_dev.
- Implement put_dev API that releases reference to net device.
Signed-off-by: Vlad Buslov <vladbu@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
0 files changed, 0 insertions, 0 deletions