d_add_unique — add dentry to hash queues without aliasing
struct dentry * d_add_unique ( | struct dentry * entry, |
struct inode * inode) ; |
This adds the entry to the hash queues and initializes inode
.
The entry was actually filled in earlier during d_alloc
.