1. NAME

filemap_fdatawait - wait for all under-writeback pages to complete

2. SYNOPSIS

int filemap_fdatawait(struct address_space *  mapping );

3. ARGUMENTS

mapping
    address space structure to wait for

4. DESCRIPTION

Walk the list of under-writeback pages of the given address space and wait for all of them.

5. COPYRIGHT