]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Create.c
Create: minor fix when adding a journal device
authorNeilBrown <neilb@suse.com>
Thu, 14 Jan 2016 03:09:57 +0000 (14:09 +1100)
committerNeilBrown <neilb@suse.com>
Thu, 14 Jan 2016 03:13:17 +0000 (14:13 +1100)
commitdfd7822ca686339f77ea808a4bdf2b085674e611
tree1c6995aec79577a09996f3547086bcf9ee62e7da
parentf170a5a9a0b5dbdd502b1014cfe040bf83da5ccf
Create: minor fix when adding a journal device

The check of "is there a filesystem here" is still appropriate for a
journal device.

Also set active_disks correctly - even though it is ignored.

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