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/
This archive was generated by hypermail 2b29 : Sun Mar 23 2003 - 22:00:22 EST