commit | 247db73560bc3e5aef6db50c443c3c0db115bc93 | [log] [tgz] |
---|---|---|
author | Ashish Sangwan <ashishsangwan2@gmail.com> | Mon Oct 05 02:22:43 2020 -0700 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Oct 06 10:21:18 2020 -0400 |
tree | 8ee5a474c9ec74e4708c412aad4ec2c6eb510ac2 | |
parent | 5904c16d2210b967caf66b04a0c26cfa6a7a0328 [diff] |
NFS: fix nfs_path in case of a rename retry We are generating incorrect path in case of rename retry because we are restarting from wrong dentry. We should restart from the dentry which was received in the call to nfs_path. CC: stable@vger.kernel.org Signed-off-by: Ashish Sangwan <ashishsangwan2@gmail.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>