Name

iput — put an inode

Synopsis

void fsfunciput (struct inode * inode);
 

Arguments

inode

inode to put

Description

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.