Changeset 239


Ignore:
Timestamp:
Jul 19, 2017, 3:33:23 PM (7 years ago)
Author:
alain
Message:

bloup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/vfs/vfs.h

    r238 r239  
    890890
    891891/******************************************************************************************
    892  * This function makes an I/O operation to move, from device to mapper, all pages covering
    893  * a given inode, identified by the <inode> argument. It can be a directory or a file,
    894  * but is mainly used to load (prefetch) a complete directory in the inode mapper.
     892 * This function makes I/O operations to move, from device to mapper, all pages covering
     893 * a given inode, identified by the <inode> argument. Inode be a directory or a file,
     894 * but this function is mainly used to load (prefetch) a complete directory to the mapper.
    895895 * Depending on the file system type, it calls the proper, FS specific function.
    896896 * It must be executed by a thread running in the cluster containing the mapper.
Note: See TracChangeset for help on using the changeset viewer.