Hash an inode
void __insert_inode_hash(struct inode * inode, unsigned long hashval);
inode
unhashed inode
hashval
unsigned long value used to locate this object in the inode_hashtable.
Add an inode to the inode hash for this superblock.