X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fuse%2Fguestmount.c;h=baf2b6675dbadf92e10b5b343195491bfa5c88dc;hp=ed8b08c10f7f5f7788ba39feabfa1464c30b90aa;hb=dcd08dd356ca361703f4f2a2e25b639b219ac40d;hpb=a15f118e3b2221e68732ad0545f770b3324d593b diff --git a/fuse/guestmount.c b/fuse/guestmount.c index ed8b08c..baf2b66 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