NFSv4: nfs4_handle_delegation_recall_error should ignore EAGAIN
authorTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 4 Jun 2015 17:51:13 +0000 (13:51 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 4 Jun 2015 17:51:13 +0000 (13:51 -0400)
EAGAIN is a valid return code from nfs4_open_recover(), and should
be handled by nfs4_handle_delegation_recall_error by simply passing
it through.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c

Simple merge