aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_sysfs_br.c
diff options
context:
space:
mode:
authorNikolay Aleksandrov <nikolay@nvidia.com>2021-01-29 13:51:42 +0200
committerJakub Kicinski <kuba@kernel.org>2021-01-29 21:33:02 -0800
commit1e16f382ae0ba0a244ebeea5783153f5c4f7e6c1 (patch)
treec3dd76a3ea175d046dee4a7c4bd59a59d2c6d216 /net/bridge/br_sysfs_br.c
parentnet: bridge: mcast: drop hosts limit sysfs support (diff)
downloadlinux-dev-1e16f382ae0ba0a244ebeea5783153f5c4f7e6c1.tar.xz
linux-dev-1e16f382ae0ba0a244ebeea5783153f5c4f7e6c1.zip
net: bridge: add warning comments to avoid extending sysfs
We're moving to netlink-only options, so add comments in the bridge's sysfs files to warn against adding any new sysfs entries. Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/bridge/br_sysfs_br.c')
-rw-r--r--net/bridge/br_sysfs_br.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/bridge/br_sysfs_br.c b/net/bridge/br_sysfs_br.c
index 7db06e3f642a..71f0f671c4ef 100644
--- a/net/bridge/br_sysfs_br.c
+++ b/net/bridge/br_sysfs_br.c
@@ -19,6 +19,10 @@
#include "br_private.h"
+/* IMPORTANT: new bridge options must be added with netlink support only
+ * please do not add new sysfs entries
+ */
+
#define to_bridge(cd) ((struct net_bridge *)netdev_priv(to_net_dev(cd)))
/*