Commit 63ef776
committed
smb: client: get rid of d_drop() in cifs_do_rename()
JIRA: https://issues.redhat.com/browse/RHEL-124956
commit 72ed55b
Author: Paulo Alcantara <pc@manguebit.org>
Date: Wed Oct 22 21:11:01 2025 -0300
smb: client: get rid of d_drop() in cifs_do_rename()
There is no need to force a lookup by unhashing the moved dentry after
successfully renaming the file on server. The file metadata will be
re-fetched from server, if necessary, in the next call to
->d_revalidate() anyways.
Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.org>
Reviewed-by: David Howells <dhowells@redhat.com>
Cc: stable@vger.kernel.org
Cc: linux-cifs@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Paulo Alcantara <paalcant@redhat.com>1 parent cf5ba31 commit 63ef776
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2482 | 2482 | | |
2483 | 2483 | | |
2484 | 2484 | | |
2485 | | - | |
| 2485 | + | |
2486 | 2486 | | |
2487 | | - | |
2488 | | - | |
2489 | | - | |
2490 | 2487 | | |
2491 | 2488 | | |
2492 | 2489 | | |
| |||
0 commit comments