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

Commit 18adaf06 authored by Brian Haley's avatar Brian Haley Committed by David S. Miller
Browse files

[AF_UNIX]: Change max_dgram_qlen sysctl to __read_mostly

parent 7a42c217
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@
#include <net/checksum.h>
#include <linux/security.h>

int sysctl_unix_max_dgram_qlen = 10;
int sysctl_unix_max_dgram_qlen __read_mostly = 10;

struct hlist_head unix_socket_table[UNIX_HASH_SIZE + 1];
DEFINE_SPINLOCK(unix_table_lock);