Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- fs/nfs/nfs4proc.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 10d46c4..785c460 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -5446,7 +5446,7 @@ static void nfs4_layoutget_done(struct rpc_task *task, void *calldata) struct nfs4_layoutget *lgp = calldata; struct nfs_server *server = NFS_SERVER(lgp->args.inode); - dprintk("--> %s\n", __func__); + dprintk("--> %s: tk_status=%d\n", __func__, task->tk_status); if (!nfs4_sequence_done(task, &lgp->res.seq_res)) { /* layout code relies on fact that in this case @@ -5467,6 +5467,7 @@ static void nfs4_layoutget_done(struct rpc_task *task, void *calldata) if (nfs4_async_handle_error(task, server, NULL, NULL) == -EAGAIN) { struct inode *ino = lgp->args.inode; + dprintk("<-- %s retrying\n", __func__); spin_lock(&ino->i_lock); atomic_dec(&NFS_I(ino)->layout->plh_outstanding); spin_unlock(&ino->i_lock); -- 1.7.3.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