Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Commit

Permalink
Add fixme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Roskin committed Dec 6, 2002
1 parent f2ccab3 commit 0133033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vfs/extfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0133033

Please sign in to comment.