mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-18 22:14:16 +00:00 
			
		
		
		
	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>
This commit is contained in:
		
							parent
							
								
									d92bf25fb0
								
							
						
					
					
						commit
						a609164f7c
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -51,7 +51,6 @@ | |||
| #define HARD_MSGMAX 	(131072/sizeof(void*)) | ||||
| #define DFLT_MSGSIZEMAX 8192	/* max message size */ | ||||
| 
 | ||||
| #define NOTIFY_COOKIE_LEN	32 | ||||
| 
 | ||||
| struct ext_wait_queue {		/* queue of sleeping tasks */ | ||||
| 	struct task_struct *task; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Michal Wronski
						Michal Wronski