]> git.baikalelectronics.ru Git - kernel.git/commit
pnfs: retry after a bad stateid error from layoutget
authorChristoph Hellwig <hch@lst.de>
Thu, 21 Aug 2014 16:09:21 +0000 (11:09 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 10 Sep 2014 19:47:01 +0000 (12:47 -0700)
commit6eee54f99773f42d864e7867750bc523ffbd0655
tree4cb3d9ddae0a6b0c53e97e1380543dc9926e6106
parent3970238a3d00229a99f76ffd6324ea30a0f376ba
pnfs: retry after a bad stateid error from layoutget

Currently we fall through to nfs4_async_handle_error when we get
a bad stateid error back from layoutget.  nfs4_async_handle_error
with a NULL state argument will never retry the operations but return
the error to higher layer, causing an avoiable fallback to MDS I/O.

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