commit | c49b5209f99abe082d3d4cd94f0ad924baea34ed | [log] [tgz] |
---|---|---|
author | Fred Isaman <fred.isaman@gmail.com> | Wed Oct 05 09:37:12 2016 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu May 31 15:03:11 2018 -0400 |
tree | 315980082bc9f161fd2363668f9f42c067aebee8 | |
parent | 6e01260ceeca299b82d466660935534c5c909d54 [diff] |
pnfs: Add barrier to prevent lgopen using LAYOUTGET during recall Since the LAYOUTGET on OPEN can be sent without prior inode information, existing methods to prevent LAYOUTGET from being sent while processing CB_LAYOUTRECALL don't work. Track if a recall occurred while LAYOUTGET was being sent, and if so ignore the results. Signed-off-by: Fred Isaman <fred.isaman@gmail.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>