__D_DROP

Section: (9)
Updated: 14 August 2003
Index Return to Main Contents

 

NAME

__d_drop - drop a dentry  

SYNOPSIS

void __d_drop (struct dentry * dentry);  

ARGUMENTS

dentry
dentry to drop
 

DESCRIPTION

d_drop unhashes the entry from the parent dentry hashes, so that it won't be found through a VFS lookup any more. Note that this is different from deleting the dentry - d_delete will try to mark the dentry negative if possible, giving a successful _negative_ lookup, while d_drop will just make the cache lookup fail.

d_drop is used mainly for stuff that wants to invalidate a dentry for some reason (NFS timeouts or autofs deletes).  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 23:19:17 GMT, August 13, 2003