md: move io accounting out of personalities into md_make_request
authorNeilBrown <neilb@suse.de>
Thu, 25 Mar 2010 05:20:56 +0000 (16:20 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 18 May 2010 05:27:52 +0000 (15:27 +1000)
While I generally prefer letting personalities do as much as possible,
given that we have a central md_make_request anyway we may as well use
it to simplify code.
Also this centralises knowledge of ->gendisk which will help later.

Signed-off-by: NeilBrown <neilb@suse.de>

No differences found