Re: Linux-2.5.8-pre1 fs/dquot

Martin Dalecki (dalecki@evision-ventures.com)
Thu, 04 Apr 2002 17:50:36 +0200


Alexander Viro wrote:
>
> On Thu, 4 Apr 2002, Martin Dalecki wrote:
>
>
>>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.

Yes of course. My point is: Those names are unsystematical and
ugly *alltogether*. However it's of course not worth the effort to
change them right now...

-
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/