.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "D_INVALIDATE" "" "06 October 2005" "" ""
.SH NAME
d_invalidate \- invalidate a dentry
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int d_invalidate (struct dentry * \fIdentry\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdentry\fB\fR
dentry to invalidate
.SH "DESCRIPTION"
.PP
Try to invalidate the dentry if it turns out to be
possible. If there are other dentries that can be
reached through this one we can't delete it and we
return -EBUSY. On success we return 0.
.PP
no dcache lock.