Name

filemap_flush — mostly a non-blocking flush

Synopsis

int filemap_flush (struct address_space * mapping);
 

Arguments

struct address_space * mapping

target address_space

Description

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