mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-15 18:27:41 +07:00
[XFRM]: xfrm_larval_drop sysctl should be __read_mostly.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
01e67d08fa
commit
aad0e0b9b6
@ -26,10 +26,11 @@
|
|||||||
#include <net/xfrm.h>
|
#include <net/xfrm.h>
|
||||||
#include <net/ip.h>
|
#include <net/ip.h>
|
||||||
#include <linux/audit.h>
|
#include <linux/audit.h>
|
||||||
|
#include <linux/cache.h>
|
||||||
|
|
||||||
#include "xfrm_hash.h"
|
#include "xfrm_hash.h"
|
||||||
|
|
||||||
int sysctl_xfrm_larval_drop;
|
int sysctl_xfrm_larval_drop __read_mostly;
|
||||||
|
|
||||||
DEFINE_MUTEX(xfrm_cfg_mutex);
|
DEFINE_MUTEX(xfrm_cfg_mutex);
|
||||||
EXPORT_SYMBOL(xfrm_cfg_mutex);
|
EXPORT_SYMBOL(xfrm_cfg_mutex);
|
||||||
|
Loading…
Reference in New Issue
Block a user