.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "IPUT" "9" "09 October 2005" "" "" .SH NAME iput \- put an inode .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void iput (struct inode * \fIinode\fB); \fR .SH "ARGUMENTS" .TP \fB\fIinode\fB\fR inode to put .SH "DESCRIPTION" .PP Puts an inode, dropping its usage count. If the inode use count hits zero, the inode is then freed and may also be destroyed. .PP Consequently, \fBiput\fR can sleep.