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

Merge tag 'sysctl-6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux

Pull sysctl fix from Luis Chamberlain:
"A missed minor fix which Matthieu Baerts noted I had not picked up"

* tag 'sysctl-6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux:
sysctl: fix unused proc_cap_handler() function warning

+1 -1
+1 -1
kernel/umh.c
··· 494 494 } 495 495 EXPORT_SYMBOL(call_usermodehelper); 496 496 497 + #if defined(CONFIG_SYSCTL) 497 498 static int proc_cap_handler(struct ctl_table *table, int write, 498 499 void *buffer, size_t *lenp, loff_t *ppos) 499 500 { ··· 545 544 return 0; 546 545 } 547 546 548 - #if defined(CONFIG_SYSCTL) 549 547 static struct ctl_table usermodehelper_table[] = { 550 548 { 551 549 .procname = "bset",