On Mon, Oct 21, 2013 at 7:10 PM, Weston Andros Adamson <dros@xxxxxxxxxx> wrote: > diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c > index d2b4845..000063e 100644 > --- a/fs/nfs/nfs4proc.c > +++ b/fs/nfs/nfs4proc.c > @@ -1317,7 +1317,8 @@ _nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data) > struct nfs4_state *state = data->state; > int ret; > > - if (!data->rpc_done) { > + /* allow cached opens (!rpc_done && !rpc_status) */ > + if (!data->rpc_done && data->rpc_status) { > ret = data->rpc_status; > goto err; > } I'm also getting this trace on a 3.10.x; Trond, could you validate this patch? Thanks, -- William -- 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