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:
Родитель
e53beacd23
Коммит
df6e61d4ca
|
@ -702,7 +702,6 @@ static struct ctl_table kern_table[] = {
|
||||||
.extra1 = &zero,
|
.extra1 = &zero,
|
||||||
.extra2 = &ten_thousand,
|
.extra2 = &ten_thousand,
|
||||||
},
|
},
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
.procname = "dmesg_restrict",
|
.procname = "dmesg_restrict",
|
||||||
.data = &dmesg_restrict,
|
.data = &dmesg_restrict,
|
||||||
|
@ -712,6 +711,7 @@ static struct ctl_table kern_table[] = {
|
||||||
.extra1 = &zero,
|
.extra1 = &zero,
|
||||||
.extra2 = &one,
|
.extra2 = &one,
|
||||||
},
|
},
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
.procname = "ngroups_max",
|
.procname = "ngroups_max",
|
||||||
.data = &ngroups_max,
|
.data = &ngroups_max,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче