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

Christoph Hellwig (hch@infradead.org)
Sat, 22 Mar 2003 14:15:22 +0000


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