.\" 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 "INOTIFY_UNMOUNT_INODES" "9" "09 October 2005" "" ""
.SH NAME
inotify_unmount_inodes \- an sb is unmounting. handle any watched inodes.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void inotify_unmount_inodes (struct list_head * \fIlist\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIlist\fB\fR
list of inodes being unmounted (sb->s_inodes)
.SH "DESCRIPTION"
.PP
Called with inode_lock held, protecting the unmounting super block's list
of inodes, and with iprune_sem held, keeping \fBshrink_icache_memory\fR at bay.
We temporarily drop inode_lock, however, and CAN block.