1. NAME

d_invalidate - invalidate a dentry

2. SYNOPSIS

int d_invalidate(struct dentry *  dentry );

3. ARGUMENTS

dentry
    dentry to invalidate

4. DESCRIPTION

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 canAqt delete it and we return -EBUSY. On success we return 0.

no dcache lock.

5. COPYRIGHT