diff --git a/lib/private/files/storage/mappedlocal.php b/lib/private/files/storage/mappedlocal.php
index fe6fff4ebdbbf4758113d0880da61460c635fcaf..8f813f973b9c083201bf18b676bfea196789b9dc 100644
--- a/lib/private/files/storage/mappedlocal.php
+++ b/lib/private/files/storage/mappedlocal.php
@@ -153,6 +153,7 @@ class MappedLocal extends \OC\Files\Storage\Common {
 	}
 
 	public function filemtime($path) {
+		clearstatcache($this->getSourcePath($path));
 		return filemtime($this->getSourcePath($path));
 	}