From: NeilBrown Date: Mon, 18 Apr 2011 08:25:42 +0000 (+1000) Subject: md - remove old plugging code. X-Git-Tag: v2.6.39-rc4~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=482c083492ddaa32ef5864bae3d143dc8bcdf7d1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed