Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Remove superfluous NOTIFY_COOKIE_LEN define

NOTIFY_COOKIE_LEN is defined in mqueue.h as well as mqueue.c
This patch removes redundant definition from mqueue.c

Signed-off-by: Michal Wronski <Michal.Wronski@motorola.com>
Signed-Off-By: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

authored by

Michal Wronski and committed by
Adrian Bunk
a609164f d92bf25f

-1
-1
ipc/mqueue.c
··· 51 51 #define HARD_MSGMAX (131072/sizeof(void*)) 52 52 #define DFLT_MSGSIZEMAX 8192 /* max message size */ 53 53 54 - #define NOTIFY_COOKIE_LEN 32 55 54 56 55 struct ext_wait_queue { /* queue of sleeping tasks */ 57 56 struct task_struct *task;