fuse: Fix cache invalidation in rename operation.
[libguestfs.git] / fuse / guestmount.c
index ed8b08c..baf2b66 100644 (file)
@@ -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