diff options
author | 2021-10-30 10:18:50 -0700 | |
---|---|---|
committer | 2021-11-01 13:26:07 +0000 | |
commit | 46db1b77cd4f082c4e908c8f8086a2f7aae28b62 (patch) | |
tree | 7d43077c2639337ffdd30b8430dcdc13e51ac3b2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ethtool: handle info/flash data copying outside rtnl_lock (diff) | |
download | linux-dev-46db1b77cd4f082c4e908c8f8086a2f7aae28b62.tar.xz linux-dev-46db1b77cd4f082c4e908c8f8086a2f7aae28b62.zip |
devlink: expose get/put functions
Allow those who hold implicit reference on a devlink instance
to try to take a full ref on it. This will be used from netdev
code which has an implicit ref because of driver call ordering.
Note that after recent changes devlink_unregister() may happen
before netdev unregister, but devlink_free() should still happen
after, so we are safe to try, but we can't just refcount_inc()
and assume it's not zero.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions