1. NAME

invalidate_inode_pages2 - remove all pages from an address_space

2. SYNOPSIS

int invalidate_inode_pages2(struct address_space *  mapping );

3. ARGUMENTS

mapping
    the address_space

4. DESCRIPTION

Any pages which are found to be mapped into pagetables are unmapped prior to invalidation.

Returns -EBUSY if any pages could not be invalidated.

5. COPYRIGHT