]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Assemble.c
Fixed problems that could cause infinitel loop with auto assemble.
authorNeil Brown <neilb@suse.de>
Wed, 8 Nov 2006 22:38:50 +0000 (09:38 +1100)
committerNeil Brown <neilb@suse.de>
Wed, 8 Nov 2006 22:38:50 +0000 (09:38 +1100)
commit60e1bc1a335f3ff010b3ea189b63e1a41ea44bde
tree127a7bf0c76d12bdd316e603b1fa5f0412f19a18
parent2790ffe38a80454c8b5d76c87efcc9fea4c58261
Fixed problems that could cause infinitel loop with auto assemble.

If an auto-assembly attempt failes because the array cannot be
opened or because the array has already been created, then we
get into an infinite loop.

Reported-by: Dan Pascu <dan@ag-projects.com>
Fixes-debian-bug: 396582
Assemble.c
ChangeLog