]> git.baikalelectronics.ru Git - kernel.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)
commitb4c4b54c22b3b80ff6ea87d63b50f909a31c6710
tree89e6c8e6d6135091ee8f1d072dc5f62506ff67d1
parentefe29cc5d6ba8753a8d2b3297eadede3ccf4e84e
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