]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Btrfs: unplug all devices in the unplug call back
authorChris Mason <chris.mason@oracle.com>
Tue, 18 Nov 2008 15:31:22 +0000 (10:31 -0500)
committerChris Mason <chris.mason@oracle.com>
Tue, 18 Nov 2008 15:31:22 +0000 (10:31 -0500)
commit9f0ba5bd91d42706ba78f97ec638c6a821db1c5e
tree89e6c8e6d6135091ee8f1d072dc5f62506ff67d1
parentb4eec2ca1167bae46295aeb66abd15fd52387845
Btrfs: unplug all devices in the unplug call back

For larger multi-device filesystems, there was logic to limit the
number of devices unplugged to just the page that was sent to our sync_page
function.

But, the code wasn't always unplugging the right device.  Since this was
just an optimization, disable it for now.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/disk-io.c