diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-03-23 23:44:19 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-03-23 23:44:19 -0500 |
commit | 1ebbe2b20091d306453a5cf480a87e6cd28ae76f (patch) | |
tree | f5cd7a0fa69b8b1938cb5a0faed2e7b0628072a5 /ipc | |
parent | ac58c9059da8886b5e8cde012a80266b18ca146e (diff) | |
parent | 674a396c6d2ba0341ebdd7c1c9950f32f018e2dd (diff) |
Merge branch 'linus'
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/mqueue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/mqueue.c b/ipc/mqueue.c index fd2e26b6f966..85c52fd26bff 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c | |||
@@ -51,7 +51,6 @@ | |||
51 | #define HARD_MSGMAX (131072/sizeof(void*)) | 51 | #define HARD_MSGMAX (131072/sizeof(void*)) |
52 | #define DFLT_MSGSIZEMAX 8192 /* max message size */ | 52 | #define DFLT_MSGSIZEMAX 8192 /* max message size */ |
53 | 53 | ||
54 | #define NOTIFY_COOKIE_LEN 32 | ||
55 | 54 | ||
56 | struct ext_wait_queue { /* queue of sleeping tasks */ | 55 | struct ext_wait_queue { /* queue of sleeping tasks */ |
57 | struct task_struct *task; | 56 | struct task_struct *task; |