mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 18:20:25 +02:00 
			
		
		
		
	kernel/sysctl.c: Fix build failure with !CONFIG_PRINTK
Sigh... Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Eric Paris <eparis@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									e53beacd23
								
							
						
					
					
						commit
						df6e61d4ca
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -702,7 +702,6 @@ static struct ctl_table kern_table[] = {
 | 
			
		|||
		.extra1		= &zero,
 | 
			
		||||
		.extra2		= &ten_thousand,
 | 
			
		||||
	},
 | 
			
		||||
#endif
 | 
			
		||||
	{
 | 
			
		||||
		.procname	= "dmesg_restrict",
 | 
			
		||||
		.data		= &dmesg_restrict,
 | 
			
		||||
| 
						 | 
				
			
			@ -712,6 +711,7 @@ static struct ctl_table kern_table[] = {
 | 
			
		|||
		.extra1		= &zero,
 | 
			
		||||
		.extra2		= &one,
 | 
			
		||||
	},
 | 
			
		||||
#endif
 | 
			
		||||
	{
 | 
			
		||||
		.procname	= "ngroups_max",
 | 
			
		||||
		.data		= &ngroups_max,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue