Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aad0e0b9 authored by David S. Miller's avatar David S. Miller
Browse files

[XFRM]: xfrm_larval_drop sysctl should be __read_mostly.

parent 01e67d08
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);