On Thu, Jun 17, 2010 at 10:48 AM, Benny Halevy <bhalevy@xxxxxxxxxxx> wrote: > deviding into several patches to assist review > > Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> > --- > fs/nfs/nfs4proc.c | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c > index c4f707f..a6bebbf 100644 > --- a/fs/nfs/nfs4proc.c > +++ b/fs/nfs/nfs4proc.c > @@ -3144,6 +3144,11 @@ static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data) > > dprintk("--> %s\n", __func__); > > +#ifdef CONFIG_NFS_V4_1 > + if (data->pdata.pnfsflags & PNFS_NO_RPC) > + return 0; > +#endif /* CONFIG_NFS_V4_1 */ > + This shouldn't be in pnfs_submit (PFNS_NO_RPC doesn't exist there anymore) Fred > nfs4_sequence_done(server, &data->res.seq_res, task->tk_status); > > if (nfs4_async_handle_error(task, server, data->args.context->state, NULL) == -EAGAIN) { > -- > 1.6.4.4 > > -- > 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