提交 aad0e0b9 编写于 作者: D David S. Miller

[XFRM]: xfrm_larval_drop sysctl should be __read_mostly.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 01e67d08
......@@ -26,10 +26,11 @@
#include <net/xfrm.h>
#include <net/ip.h>
#include <linux/audit.h>
#include <linux/cache.h>
#include "xfrm_hash.h"
int sysctl_xfrm_larval_drop;
int sysctl_xfrm_larval_drop __read_mostly;
DEFINE_MUTEX(xfrm_cfg_mutex);
EXPORT_SYMBOL(xfrm_cfg_mutex);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册