On Tue, Jun 22, 2010 at 5:56 PM, <andros@xxxxxxxxxx> wrote: > From: Andy Adamson <andros@xxxxxxxxxx> > > Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> > --- > fs/nfs/pnfs.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c > index 9a295cf..c1a8066 100644 > --- a/fs/nfs/pnfs.c > +++ b/fs/nfs/pnfs.c > @@ -1454,6 +1454,7 @@ pnfs_writepages(struct nfs_write_data *wdata, int how) > wdata); > > if (trypnfs == PNFS_NOT_ATTEMPTED) { > + wdata->req->wb_lseg = NULL; This is wrong. It will be taken care of by _pnfs_clear_lseg_from_pages called by pnfs_try_to_write_data. Fred > wdata->pdata.lseg = NULL; > put_lseg(lseg); > } > -- > 1.6.6 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-nfs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html