md: remove mddev_to_conf "helper" macro
authorNeilBrown <neilb@suse.de>
Tue, 16 Jun 2009 06:54:21 +0000 (16:54 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 16 Jun 2009 06:54:21 +0000 (16:54 +1000)
Having a macro just to cast a void* isn't really helpful.
I would must rather see that we are simply de-referencing ->private,
than have to know what the macro does.

So open code the macro everywhere and remove the pointless cast.

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

No differences found