--- rpath.py~ 2005-11-02 02:00:26.921875000 +0100 +++ rpath.py 2005-11-02 02:00:26.937500000 +0100 @@ -1087,7 +1087,7 @@ class RPath(RORPath): assert self.conn is Globals.local_connection try: fd = os.open(self.path, os.O_RDONLY) - os.fsync(fd) + #os.fsync(fd) os.close(fd) except OSError, e: if e.errno != errno.EPERM or self.isdir(): raise