]> git.itanic.dy.fi Git - linux-stable/commit
devlink: Enable the use of private flags in post_doit operations
authorIdo Schimmel <idosch@nvidia.com>
Wed, 15 Nov 2023 12:17:12 +0000 (13:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Nov 2023 17:38:50 +0000 (17:38 +0000)
commitc8d0a7d6152bec970552786b77626f4b4c562f4d
tree74b35b0c9715a7c5a56740b683e2f09f7a27ec66
parente21c52d7814f5768f05224e773644629fe124af2
devlink: Enable the use of private flags in post_doit operations

Currently, private flags (e.g., 'DEVLINK_NL_FLAG_NEED_PORT') are only
used in pre_doit operations, but a subsequent patch will need to
conditionally lock and unlock the device lock in pre and post doit
operations, respectively.

As a preparation, enable the use of private flags in post_doit
operations in a similar fashion to how it is done for pre_doit
operations.

No functional changes intended.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/devlink/netlink.c