commit | 0b77f97a7e42adc72bd566ff8cb733ea426f74f6 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Fri Jul 02 19:48:41 2021 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Jul 08 14:03:26 2021 -0400 |
tree | 4d1aee9735e977088e1bd02837aae42d52620797 | |
parent | aa95edf309ef31e2df4a37ebf0e5c2ca2a6772ab [diff] |
NFSv4/pnfs: Fix layoutget behaviour after invalidation If the layout gets invalidated, we should wait for any outstanding layoutget requests for that layout to complete, and we should resend them only after re-establishing the layout stateid. Fixes: d29b468da4f9 ("pNFS/NFSv4: Improve rejection of out-of-order layouts") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>