Re: PATCH: fix proc handling in sis, siimageand slc90e66

Randy.Dunlap (rddunlap@osdl.org)
Sat, 22 Mar 2003 09:34:27 -0800 (PST)


> On Sat, Mar 22, 2003 at 03:03:06PM +0000, Alan Cox wrote:
>> On Sat, 2003-03-22 at 07:49, Christoph Hellwig wrote:
>> > > +
>> > > + return len > count ? count : len;
>> >
>> > Shouldn't this just move to the seq_file interface? (probably the
>> "simple" variant)
>>
>> That means making the 2.4 and 2.5 drives diverge which is a pain I don't
>> want before 2.6
>
> The seq_file interface is already and a backport of the single stuff is
> trivial and should happen anyway.

I agree. I helped someone do that for /proc/mdstat[s?] in 2.4
about 2 weeks ago. Very simple to do.

~Randy

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