commit | d8d849835eb2082ea17655538a83fa467633927f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Dec 19 12:14:44 2016 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Dec 19 17:30:00 2016 -0500 |
tree | 0a242eade50ae70e62a6dc3a5bc223e255cc4450 | |
parent | 9413a1a1bf5d58db610e3d9ba500f4150afa55ad [diff] |
NFSv4: Place the GETATTR operation before the CLOSE In order to benefit from the DENY share lock protection, we should put the GETATTR operation before the CLOSE. Otherwise, we might race with a Windows machine that thinks it is now safe to modify the file. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>