commit | defb8460881cbf0a5890bc7a63b42c0cfbed721d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Aug 21 11:09:21 2014 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Sep 10 12:47:01 2014 -0700 |
tree | 4cb3d9ddae0a6b0c53e97e1380543dc9926e6106 | |
parent | 362f74745c15fb9acad577ab8e1342ee5313a2a5 [diff] |
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>