d_add — add dentry to hash queues
void d_add ( | struct dentry * entry, |
struct inode * inode); |
struct dentry * entrydentry to add
struct inode * inodeThe inode to attach to this dentry
This adds the entry to the hash queues and initializes inode.
The entry was actually filled in earlier during d_alloc.