Skip to content
Snippets Groups Projects
Commit 070ec55d authored by NeilBrown's avatar NeilBrown
Browse files

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: default avatarNeilBrown <neilb@suse.de>
parent a6b3deaf
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment