summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-07-08 15:43:21 +0200
committerMichael Albinus <michael.albinus@gmx.de>2023-07-08 15:43:21 +0200
commita82486e5a4e1ea3abb5afb6f279b22c44f0218d8 (patch)
treebfc170100c027611edb5e3386a580da5cbe64e5a /lisp
parent600b90ed56854e8460038ca6b8aaa1feae4ab2c9 (diff)
downloademacs-a82486e5a4e1ea3abb5afb6f279b22c44f0218d8.tar.gz
Fix stale cache in Tramp (don't merge)
* lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-directly): Flush cache in time.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/tramp-sh.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 48ba3d09e3e..502040902e1 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -2338,6 +2338,11 @@ the uid and gid from FILENAME."
;; Save exit.
(ignore-errors (delete-file tmpfile)))))))))
+ ;; When newname did exist, we have wrong cached values.
+ (when t2
+ (with-parsed-tramp-file-name newname v2
+ (tramp-flush-file-properties v2 v2-localname)))
+
;; Set the time and mode. Mask possible errors.
(ignore-errors
(when keep-date