diff options
author | Moshe Shemesh <moshe@nvidia.com> | 2023-02-14 17:38:03 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-02-16 04:15:44 +0100 |
commit | c9311ee13f0ebd6d684793f88b91092672c21171 (patch) | |
tree | dd0bcabd0b022bb347d80b54f75d52ee939d0fdc /net/devlink/devl_internal.h | |
parent | devlink: Move devlink health dump to health file (diff) | |
download | linux-c9311ee13f0ebd6d684793f88b91092672c21171.tar.xz linux-c9311ee13f0ebd6d684793f88b91092672c21171.zip |
devlink: Move devlink health test to health file
Move devlink health report test callback from leftover.c to health.c. No
functional change in this patch.
Signed-off-by: Moshe Shemesh <moshe@nvidia.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/devlink/devl_internal.h')
-rw-r--r-- | net/devlink/devl_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/devlink/devl_internal.h b/net/devlink/devl_internal.h index ae7229742d66..211f7ea38d6a 100644 --- a/net/devlink/devl_internal.h +++ b/net/devlink/devl_internal.h @@ -282,3 +282,5 @@ int devlink_nl_cmd_health_reporter_dump_get_dumpit(struct sk_buff *skb, struct netlink_callback *cb); int devlink_nl_cmd_health_reporter_dump_clear_doit(struct sk_buff *skb, struct genl_info *info); +int devlink_nl_cmd_health_reporter_test_doit(struct sk_buff *skb, + struct genl_info *info); |