aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/probe.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-06-11 20:53:04 -0400
committerDavid S. Miller <davem@davemloft.net>2008-06-11 20:53:04 -0400
commit5cb960a80531211379f8f05c575725d7630098fe (patch)
treeaee22f43cf5c2ae26a6994e6aa5c427285ff0ff4 /net/dccp/probe.c
parentceeff7541e5a4ba8e8d97ffbae32b3f283cb7a3f (diff)
parentbe4c798a41bf626cdaacf96c382f116ed2f7dbe9 (diff)
Merge branch 'master' of git://eden-feed.erg.abdn.ac.uk/net-2.6
Diffstat (limited to 'net/dccp/probe.c')
-rw-r--r--net/dccp/probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/probe.c b/net/dccp/probe.c
index 0bcdc9250279..81368a7f5379 100644
--- a/net/dccp/probe.c
+++ b/net/dccp/probe.c
@@ -42,7 +42,7 @@ static int bufsize = 64 * 1024;
42 42
43static const char procname[] = "dccpprobe"; 43static const char procname[] = "dccpprobe";
44 44
45struct { 45static struct {
46 struct kfifo *fifo; 46 struct kfifo *fifo;
47 spinlock_t lock; 47 spinlock_t lock;
48 wait_queue_head_t wait; 48 wait_queue_head_t wait;