Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34660
b: refs/heads/master
c: 18adaf0
h: refs/heads/master
v: v3
  • Loading branch information
Brian Haley authored and David S. Miller committed Sep 22, 2006
1 parent 760a726 commit eb1ead6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a42c2175703f54a3640f25dc078c8190a4f904e
refs/heads/master: 18adaf067cf013fc2690d3830eba99ff800795b4
2 changes: 1 addition & 1 deletion trunk/net/unix/af_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit eb1ead6

Please sign in to comment.