commit | 482c083492ddaa32ef5864bae3d143dc8bcdf7d1 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Mon Apr 18 18:25:42 2011 +1000 |
committer | NeilBrown <neilb@suse.de> | Mon Apr 18 18:25:42 2011 +1000 |
tree | 75017fd1a51fe945c65b3600442ddaa20b636b1a | |
parent | af1db72d8b340f97ad12b60175afdef43e6f0e60 [diff] |
md - remove old plugging code. md has some plugging infrastructure for RAID5 to use because the normal plugging infrastructure required a 'request_queue', and when called from dm, RAID5 doesn't have one of those available. This relied on the ->unplug_fn callback which doesn't exist any more. So remove all of that code, both in md and raid5. Subsequent patches with restore the plugging functionality. Signed-off-by: NeilBrown <neilb@suse.de>