Ignore:
Timestamp:
Jan 11, 2019, 6:35:07 PM (5 years ago)
Author:
alain
Message:

Fix several bugs in vfs.c, fatfs.c, and devfs.c to support
the <.> and <..> directory entries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/mm/mapper.h

    r611 r612  
    3838
    3939/*******************************************************************************************
    40  * The mapper implements the kernel cache for a given file or directory.
     40 * The mapper implements the kernel cache for a given VFS file or directory.
    4141 * There is one mapper per file/dir. It is implemented as a three levels radix tree,
    4242 * entirely stored in the same cluster as the inode representing the file/dir.
     
    6161 * - In the present implementation the cache size for a given file increases on demand,
    6262 *   and the  allocated memory is only released when the mapper/inode is destroyed.
     63 *
     64 * TODO : the mapper being only used to implement the VFS cache(s), the mapper.c
     65 *        and mapper.h file should beerro trandfered to the vfs directory.
    6366 ******************************************************************************************/
    6467
Note: See TracChangeset for help on using the changeset viewer.