1. NAME

__remove_inode_hash - remove an inode from the hash

2. SYNOPSIS

void __remove_inode_hash(struct inode *  inode );

3. ARGUMENTS

inode
    inode to unhash

4. DESCRIPTION

Remove an inode from the superblock.

5. COPYRIGHT