1. NAME

d_rehash - add an entry back to the hash

2. SYNOPSIS

void d_rehash(struct dentry *  entry );

3. ARGUMENTS

entry
    dentry to add to the hash

4. DESCRIPTION

Adds a dentry to the hash according to its name.

5. COPYRIGHT