1. NAME

filemap_flush - mostly a non-blocking flush

2. SYNOPSIS

int filemap_flush(struct address_space *  mapping );

3. ARGUMENTS

mapping
    target address_space

4. DESCRIPTION

This is a mostly non-blocking flush. Not suitable for data-integrity purposes - I/O may not be started against all dirty pages.

5. COPYRIGHT