bug in kernel/sysctl.c (SYSIPC) ?

Der Herr Hofrat (der.herr@hofr.at)
Tue, 18 Mar 2003 08:51:17 +0100 (CET)


HI !

atleast in kernel 2.4.19 and 2.4.20 in kernel/sysctl.c shmmax and shmall use
the proc_dointvec_minmax callback without passing a min/max value - is there
a reson for this or is this a simple bug ?

linux/kenrel/sysctl.c (line 221 for 2.4.19/20)

#ifdef CONFIG_SYSVIPC
{KERN_SHMMAX, "shmmax", &shm_ctlmax, sizeof (size_t),
0644, NULL, &proc_doulongvec_minmax},
{KERN_SHMALL, "shmall", &shm_ctlall, sizeof (size_t),
0644, NULL, &proc_doulongvec_minmax},
...
#endif

hofrat
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/