md/bitmap: remove unnecessary indirection when allocating.
authorNeilBrown <neilb@suse.de>
Mon, 19 Mar 2012 01:46:41 +0000 (12:46 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 19 Mar 2012 01:46:41 +0000 (12:46 +1100)
commit792a1d4bbf960000f066358f0a8c6e769c8c72bc
tree97e9a5c0854551c3fa80e88851ad3317af24ca13
parent5a6c824ebb7c9f8dbbc92ffd3528e6366cad1a54
md/bitmap: remove unnecessary indirection when allocating.

These funcitons don't add anything useful except possibly the trace
points, and I don't think they are worth the extra indirection.
So remove them.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/bitmap.c