commit | c733c49c32624f927f443be6dbabb387006bbe42 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Jan 11 12:32:26 2017 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Thu Jan 12 15:51:18 2017 -0500 |
tree | 83c9a32ce32d2b9b67b1a80b1efa57e9cfc95863 | |
parent | 2dfc61736482441993bfb7dfaa971113b53f107c [diff] |
NFSv4: Don't apply change_info4 twice on rename within a directory If a file is renamed, but stays in the same directory, we will still receive 2 change_info4 structures describing the change to that directory, but we only want to apply it once. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>