commit | 078000d02d57f02dde61de4901f289672e98c8bc | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Jan 04 13:18:03 2021 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Jan 10 13:32:51 2021 -0500 |
tree | e19db5675563da57ea363dc9a87c611f9f995693 | |
parent | 67bbceedc9bb8ad48993a8bd6486054756d711f4 [diff] |
pNFS: We want return-on-close to complete when evicting the inode If the inode is being evicted, it should be safe to run return-on-close, so we should do it to ensure we don't inadvertently leak layout segments. Fixes: 1c5bd76d17cc ("pNFS: Enable layoutreturn operation for return-on-close") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>