From e8c04ab052f4c34900a6045d3bb51e8d02071902 Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Tue, 26 Nov 2019 16:25:17 +0100 Subject: executor: Fix value of DEVLINK_ATTR_NETNS_FD During kernel -net and -next-next trees merge, the value got moved. Fix it. Signed-off-by: Jiri Pirko --- executor/common_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/common_linux.h') diff --git a/executor/common_linux.h b/executor/common_linux.h index 35dff507d..ca0d072fd 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -483,7 +483,7 @@ const int kInitNetNsFd = 239; // see kMaxFd #define DEVLINK_ATTR_DEV_NAME 2 #define DEVLINK_ATTR_NETDEV_NAME 7 #if SYZ_EXECUTOR || SYZ_DEVLINK_PCI -#define DEVLINK_ATTR_NETNS_FD 137 +#define DEVLINK_ATTR_NETNS_FD 138 #endif static int netlink_devlink_id_get(struct nlmsg* nlmsg, int sock) -- cgit mrf-deployment