iput

Name

iput --  put an inode

Synopsis

void iput (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 also then freed and may be destroyed.