diff options
author | Brian Haley <brian.haley@hp.com> | 2006-09-18 03:04:22 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 18:18:53 -0400 |
commit | 4cbf1cae9f08c76ed92700090a69a5b1f1f6a982 (patch) | |
tree | 7cda551330ef83303a459a51cec3bca5e4bdeb0f /net/sctp/protocol.c | |
parent | 9c1ea148ad8bb06538b43908891afedebeaf361b (diff) |
[SCTP]: Change globals to __read_mostly
Change sctp globals to __read_mostly.
Signed-off-by: Brian Haley <brian.haley@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r-- | net/sctp/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 5692ef5485d3..d9dd4c47bc29 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c | |||
@@ -61,7 +61,7 @@ | |||
61 | #include <net/inet_ecn.h> | 61 | #include <net/inet_ecn.h> |
62 | 62 | ||
63 | /* Global data structures. */ | 63 | /* Global data structures. */ |
64 | struct sctp_globals sctp_globals; | 64 | struct sctp_globals sctp_globals __read_mostly; |
65 | struct proc_dir_entry *proc_net_sctp; | 65 | struct proc_dir_entry *proc_net_sctp; |
66 | DEFINE_SNMP_STAT(struct sctp_mib, sctp_statistics) __read_mostly; | 66 | DEFINE_SNMP_STAT(struct sctp_mib, sctp_statistics) __read_mostly; |
67 | 67 | ||