summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fuse/guestmount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuse/guestmount.c b/fuse/guestmount.c
index ed8b08c1..baf2b667 100644
--- a/fuse/guestmount.c
+++ b/fuse/guestmount.c
@@ -441,6 +441,7 @@ fg_rename (const char *from, const char *to)
if (read_only) return -EROFS;
+ dir_cache_invalidate (from);
dir_cache_invalidate (to);
/* XXX It's not clear how close the 'mv' command is to the