md - remove old plugging code.
authorNeilBrown <neilb@suse.de>
Mon, 18 Apr 2011 08:25:42 +0000 (18:25 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 18 Apr 2011 08:25:42 +0000 (18:25 +1000)
commit482c083492ddaa32ef5864bae3d143dc8bcdf7d1
tree75017fd1a51fe945c65b3600442ddaa20b636b1a
parentaf1db72d8b340f97ad12b60175afdef43e6f0e60
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>
drivers/md/md.c
drivers/md/md.h
drivers/md/raid5.c
drivers/md/raid5.h