1. NAME

__insert_inode_hash - hash an inode

2. SYNOPSIS

void __insert_inode_hash(struct inode *  inode , unsigned long  hashval );

3. ARGUMENTS

inode
    unhashed inode

hashval
    unsigned long value used to locate this object in the inode_hashtable.

4. DESCRIPTION

Add an inode to the inode hash for this superblock.

5. COPYRIGHT