iput

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

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

Consequently, iput can sleep.