]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Move conf_line and free_line from conf.c to lib.c
authorNeilBrown <neilb@suse.de>
Tue, 2 Jul 2013 00:17:51 +0000 (10:17 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 2 Jul 2013 00:17:51 +0000 (10:17 +1000)
commitd0c017a663b58645f93094457b5493c8348bc122
treeef09f34589165ba3ea0abd103bcccbd1c252056c
parentb76dc299752f01d03ac4013f4e68cf9ee439c879
Move conf_line and free_line from conf.c to lib.c

As they are uses for mdstat as well as mdadm.conf, they don't really
belong in conf.c

This removes a dependency between mdmon and conf.c

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