Changeset 296 for trunk/kernel/vfs/vfs.h


Ignore:
Timestamp:
Jul 31, 2017, 1:59:52 PM (7 years ago)
Author:
alain
Message:

Several modifs in the generic scheduler and in the hal_context to
fix the context switch mechanism.

File:
1 edited

Legend:

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

    r266 r296  
    653653/******************************************************************************************
    654654 * This function creates a new couple dentry/inode, and insert it in the Inode-Tree.
    655  * It can be executed by any thread running in any cluster, as this function
    656  * uses the rpc_dentry_create_client() and rpc_inode_create client() if required.
    657  * This is done in three steps:
     655 * It can be executed by any thread running in any cluster ( can be differente from both
     656 * the child cluster and the parent cluster), as it uses the rpc_dentry_create_client()
     657 * and rpc_inode_create client() if required. This is done in three steps:
    658658 * 1) The dentry is created in the cluster containing the existing <parent_xp> inode.
    659659 *    The new dentry name is defined by the <name> argument.
Note: See TracChangeset for help on using the changeset viewer.