commit | d803224c84be067754db7fa58a93f36f61566493 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Nov 06 15:28:04 2017 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Fri Nov 17 16:43:46 2017 -0500 |
tree | b44df3a02472e4c2b8844a1aec60e8d23d3f53d0 | |
parent | 8fd1ab747d2b1ec7ec663ad0b41a32eaa35117a8 [diff] |
NFS: Fix a typo in nfs_rename() On successful rename, the "old_dentry" is retained and is attached to the "new_dir", so we need to call nfs_set_verifier() accordingly. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>