D_DELETE
Section: The Linux VFS (9)
Updated: February 2011
Index
Return to Main Contents
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
COPYRIGHT