From 982b8cc116118b3463d3f332581945625722acd8 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 09 Jan 2024 02:10:54 +0000
Subject: [PATCH] add poweroff command
---
kernel/include/linux/if_team.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/kernel/include/linux/if_team.h b/kernel/include/linux/if_team.h
index add6079..762c77d 100644
--- a/kernel/include/linux/if_team.h
+++ b/kernel/include/linux/if_team.h
@@ -189,6 +189,8 @@
struct net_device *dev; /* associated netdevice */
struct team_pcpu_stats __percpu *pcpu_stats;
+ const struct header_ops *header_ops_cache;
+
struct mutex lock; /* used for overall locking, e.g. port lists write */
/*
@@ -208,6 +210,7 @@
bool queue_override_enabled;
struct list_head *qom_lists; /* array of queue override mapping lists */
bool port_mtu_change_allowed;
+ bool notifier_ctx;
struct {
unsigned int count;
unsigned int interval; /* in ms */
--
Gitblit v1.6.2