From: NeilBrown Date: Thu, 1 Apr 2010 04:02:13 +0000 (+1100) Subject: md: pass mddev to make_request functions rather than request_queue X-Git-Tag: v2.6.35-rc1~440^2~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21a52c6d05c15f862797736393915bfa8cd40ee9;p=pandora-kernel.git md: pass mddev to make_request functions rather than request_queue We used to pass the personality make_request function direct to the block layer so the first argument had to be a queue. But now we have the intermediary md_make_request so it makes at lot more sense to pass a struct mddev_s. It makes it possible to have an mddev without its own queue too. Signed-off-by: NeilBrown --- Reading git-diff-tree failed