]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: only flush down bios for writeback pages
authorChris Mason <chris.mason@oracle.com>
Thu, 20 Nov 2008 15:46:35 +0000 (10:46 -0500)
committerChris Mason <chris.mason@oracle.com>
Thu, 20 Nov 2008 15:46:35 +0000 (10:46 -0500)
commitd00fe0f1740421a14be96b94a949273792902322
tree72b99621e0d4f187aca1214b0a5faa9a71768efd
parente8369fd0def3f06c894805fa4abe1dcb5f2309c3
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>
fs/btrfs/extent_io.c