Name
d_delete -- delete a dentry
Synopsis
void d_delete
(struct dentry * dentry);
Arguments
- dentry
The dentry to delete
Description
Turn the dentry into a negative dentry if possible, otherwise
remove it from the hash queues so it can be deleted later