Changeset 568 for trunk/kernel/fs/devfs.h
- Timestamp:
- Oct 5, 2018, 12:02:49 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/fs/devfs.h
r484 r568 88 88 * This function start to create the DEVFS subtree. 89 89 * This function should be called once in the cluster containing the VFS parent inode. 90 * More precisely, it creates in cluster IOthe "dev" and "external" DEVFS directories.90 * More precisely, it creates in cluster 0 the "dev" and "external" DEVFS directories. 91 91 * For each one, it creates the inode and link the associated dentry to parent inode. 92 92 * The DEVFS root inode is linked to the VFS parent inode identified by <parent_inode_xp>.
Note: See TracChangeset
for help on using the changeset viewer.