Skip to content
  • NeilBrown's avatar
    md: remove mddev_to_conf "helper" macro · 070ec55d
    NeilBrown authored
    
    
    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: default avatarNeilBrown <neilb@suse.de>
    070ec55d