commit | 9f0ba5bd91d42706ba78f97ec638c6a821db1c5e | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Nov 18 10:31:22 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Tue Nov 18 10:31:22 2008 -0500 |
tree | 89e6c8e6d6135091ee8f1d072dc5f62506ff67d1 | |
parent | b4eec2ca1167bae46295aeb66abd15fd52387845 [diff] |
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>