mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00: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
@ -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 New Issue
Block a user