diff options
author | Jakub Kicinski | 2021-10-30 10:18:50 -0700 |
---|---|---|
committer | David S. Miller | 2021-11-01 13:26:07 +0000 |
commit | 46db1b77cd4f082c4e908c8f8086a2f7aae28b62 (patch) | |
tree | 7d43077c2639337ffdd30b8430dcdc13e51ac3b2 /net/6lowpan | |
parent | 095cfcfe13e5a6599cf0a41fe1e8bbfa76cd1c9d (diff) |
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 'net/6lowpan')
0 files changed, 0 insertions, 0 deletions