Removed some development remarks

This commit is contained in:
2009-05-30 16:36:54 +02:00
parent 2f48297d25
commit 4353a35c59
8 changed files with 41 additions and 24 deletions

View File

@@ -1642,11 +1642,6 @@ int iso_file_source_new_ifs(IsoImageFilesystem *fs, IsoFileSource *parent,
ifsdata = (ImageFileSourceData*) (*src)->data;
ifsdata->name = name;
/* >>> ts A90427 : What about final treatment ?
How does directory relocation relate to inode
numbers and hard links ?
*/
return ISO_SUCCESS;
}