]> git.ipfire.org Git - thirdparty/mdadm.git/commit - util.c
mdassemble: don't try to perform cluster check.
authorNeilBrown <neilb@suse.com>
Mon, 3 Aug 2015 01:53:01 +0000 (11:53 +1000)
committerNeilBrown <neilb@suse.com>
Mon, 3 Aug 2015 01:53:01 +0000 (11:53 +1000)
commit7d55dca2cce88de443864b1e843dd0faf9142bd7
tree2a29a21034f3af1f6b020863ceb0ebab998651e1
parent2cf42394f020af6643451afb6ca41c3f831c14ef
mdassemble: don't try to perform cluster check.

mdassemble is meant to be small an simple, so avoid
trying to check for a cluster.
Currently it doesn't, but it still includes the code,
which doesn't build because the library isn't provided.

So just exclude the get_cluster_name code from mdassemble.

Signed-off-by: NeilBrown <neilb@suse.com>
util.c