Changes between Version 60 and Version 61 of file_system


Ignore:
Timestamp:
Feb 10, 2016, 12:42:36 AM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • file_system

    v60 v61  
    328328It returns 0 on success. It returns 1 in case of error.
    329329
    330 === __void '''_add_special_directories'''( fat_inode_t* child , fat_inode_t* parent )__ ===
     330=== __void '''_add_special_directories'''( fat_inode_t* child )__ ===
    331331This function adds the special entries "." and ".." in the File-Cache of the directory identified by the <child> argument.
    332 The parent directory is defined by the <parent> argument. The child directory File-Cache is supposed to be empty.
     332The child directory File-Cache is supposed to be empty.
    333333We use two NORMAL entries for these "." and ".." entries.
    334334The block device is not modified by this function.