From: NeilBrown Date: Tue, 16 Jun 2009 06:54:21 +0000 (+1000) Subject: md: remove mddev_to_conf "helper" macro X-Git-Tag: v2.6.31-rc1~143^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=070ec55d07157a3041f92654135c3c6e2eaaf901;p=pandora-kernel.git md: remove mddev_to_conf "helper" macro 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 --- Reading git-diff-tree failed