The Linux Kernel API
Prev
Next
remove_inode_hash
Name
remove_inode_hash -- remove an inode from the hash
Synopsis
void remove_inode_hash
(struct inode * inode);
Arguments
inode
inode to unhash
Description
Remove an inode from the superblock or anonymous hash.
Prev
Home
Next
insert_inode_hash
Up
iput