]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICT
authorTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 14 Jul 2016 22:46:24 +0000 (18:46 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Aug 2016 16:10:56 +0000 (18:10 +0200)
commit1002a32d62ab9b972e7f5cee884c1866a5906b93
treea6f7b26c12f1741a6b72722bce722bae737916d3
parente5a116bed74a617ef8e57e2d0678ce9c4d53f4a9
pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICT

commit e85d7ee42003314652ab3ae2c60e3b8cd793b65f upstream.

They are not the same error, and need to be handled differently.

Fixes: 183d9e7b112aa ("pnfs: rework LAYOUTGET retry handling")
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/nfs4proc.c
fs/nfs/pnfs.c