> Looking further through the pre patch I have found the following:
>
> diff -Nru a/fs/dquot.c b/fs/dquot.c
> --- a/fs/dquot.c Wed Apr 3 17:11:14 2002
> +++ b/fs/dquot.c Wed Apr 3 17:11:14 2002
> ...
> +static ctl_table fs_table[] = {
> +
> {FS_NRDQUOT, "dquot-nr", &nr_dquots, 2*sizeof(int),
> +
> 0444, NULL, &proc_dointvec},
> +
> {},
> +};
>
>
> What the heck is "dquot-nr"?
The name that used to be there in 2.5.7 and before. Check kernel/sysctl.c -
this stuff had been moved from there verbatim.
-
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/