commit | 0bc2c9b4dca9668a236fde48ebb15e5f0735cbff | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Dec 16 19:48:09 2016 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Dec 19 17:29:29 2016 -0500 |
tree | fdbd1b88f08b93ded2902009ef4baca07b4688d7 | |
parent | e603a4c1b5c2b9d24139eeb1769c5ac600318c07 [diff] |
NFSv4: Don't discard the attributes returned by asynchronous DELEGRETURN DELEGRETURN will always carry a reference to the inode except when the latter is being freed, so let's ensure that we always use that inode information to ensure close-to-open cache consistency, even when the DELEGRETURN call is asynchronous. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>