Add fixme.

This commit is contained in:
Pavel Roskin 2002-12-06 06:10:52 +00:00
parent f2ccab3adc
commit 01330333b5
1 changed files with 1 additions and 0 deletions

View File

@ -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) {