.\" 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 "INVALIDATE_INODE_PAGES2" "" "06 October 2005" "" ""
.SH NAME
invalidate_inode_pages2 \- remove all unmapped pages from an address_space
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void invalidate_inode_pages2 (struct address_space * \fImapping\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fImapping\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
\fImapping\fR - the address_space
.PP
\fBinvalidate_inode_pages2\fR is like \fBtruncate_inode_pages\fR, except for the case
where the page is seen to be mapped into process pagetables. In that case,
the page is marked clean but is left attached to its address_space.
.SH "FIXME"
.PP
\fBinvalidate_inode_pages2\fR is probably trivially livelockable.