1. NAME

writeback_in_progress - determine whether there is writeback in progress

2. SYNOPSIS

int writeback_in_progress(struct backing_dev_info *  bdi );

3. ARGUMENTS

bdi
    the deviceAqs backing_dev_info structure.

4. DESCRIPTION

Determine whether there is writeback waiting to be handled against a backing device.

5. COPYRIGHT