mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 07:31:41 +00:00
[AF_UNIX]: Change max_dgram_qlen sysctl to __read_mostly
Signed-off-by: Brian Haley <brian.haley@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7a42c21757
commit
18adaf067c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue