diff --git a/vfs/extfs.c b/vfs/extfs.c index 28d4e0e84..ea1932ad8 100644 --- a/vfs/extfs.c +++ b/vfs/extfs.c @@ -656,6 +656,7 @@ static void *extfs_open (vfs *me, char *file, int flags, int mode) return NULL; close (handle); + /* FIXME: should not need it if O_TRUNK is present in flags */ if (extfs_cmd (" copyout ", archive, entry, entry->inode->local_filename) && !created) {