commit | 0e6bd956ed238eb2f69386f251847fe3163532e1 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu Nov 20 10:46:35 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Nov 20 10:46:35 2008 -0500 |
tree | 72b99621e0d4f187aca1214b0a5faa9a71768efd | |
parent | 43dd729b862f4a053310f75d3ee559b678772f59 [diff] |
Btrfs: only flush down bios for writeback pages The btrfs write_cache_pages call has a flush function so that it submits the bio it has been building before it waits on any writeback pages. This adds a check so that flush only happens on writeback pages. Signed-off-by: Chris Mason <chris.mason@oracle.com>