]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Manage.c
Work around bug in --add handling for version-1 superblocks
authorNeil Brown <neilb@suse.de>
Mon, 26 Jun 2006 02:26:09 +0000 (12:26 +1000)
committerNeil Brown <neilb@suse.de>
Mon, 26 Jun 2006 02:26:09 +0000 (12:26 +1000)
commit7eae7080e2e9edd69d31ae2c88d9e28d1c24217c
tree4418e400c725690d29f3e66752515bab63f3fe77
parentc3684618b7cc50a12a651bf2f83f62b24ba95bcd
Work around bug in --add handling for  version-1 superblocks

In 2.6.17 (and prior), the dev_number is ignored when a device
is added to an active array.  Rather the first free number is used.
So we work around this by making sure we use the first free
number for dev_number.

Description...
ChangeLog
Manage.c
super1.c