iput — put an inode
void iput (struct inode * inode);
void iput (
)
inode
inode to put
Puts an inode, dropping its usage count. If the inode use count hits zero, the inode is then freed and may also be destroyed.
Consequently, iput can sleep.
iput