Re: [PATCH] Direct IO async short read bug followup

From: Daniel McNeil
Date: Fri Apr 01 2005 - 20:49:02 EST


On Fri, 2005-04-01 at 17:27, Andrew Morton wrote:
> Andrew Morton <akpm@xxxxxxxx> wrote:
> >
> > > --- linux-2.6.11.orig/fs/direct-io.c 2005-04-01 15:33:11.000000000 -0800
> > > +++ linux-2.6.11/fs/direct-io.c 2005-03-31 16:59:15.000000000 -0800
> > > @@ -66,6 +66,7 @@ struct dio {
> > > struct bio *bio; /* bio under assembly */
> > > struct inode *inode;
> > > int rw;
> > > + ssize_t i_size; /* i_size when submitted */
> >
> > I'll change this to loff_t, OK?
>
> And I think local variable `transferred' can remain ssize_t. Agree?

Yes.

Daniel

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/