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)
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>

No differences found