Changeset 296 for trunk/kernel/vfs/vfs.h
- Timestamp:
- Jul 31, 2017, 1:59:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/vfs/vfs.h
r266 r296 653 653 /****************************************************************************************** 654 654 * 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 function656 * 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: 658 658 * 1) The dentry is created in the cluster containing the existing <parent_xp> inode. 659 659 * The new dentry name is defined by the <name> argument.
Note: See TracChangeset
for help on using the changeset viewer.