]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Incremental.c
Incr: use devname_matches to when looking in mdadm.conf for bitmap file
authorNeilBrown <neilb@suse.de>
Mon, 11 May 2009 05:47:11 +0000 (15:47 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 11 May 2009 05:47:11 +0000 (15:47 +1000)
commit2400e6eb21af93368824110d087708dc9c48f744
treeafe2f25f70b97682b59c53a078b22136d9810bcd
parent60f8cb9b02af3c55708c44b40425f57282c8937c
Incr: use devname_matches to when looking in mdadm.conf for bitmap file

This is more likely to always do the right thing than a strcmp.

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