md: Relax checks on ->max_disks when external metadata handling is used.
authorNeilBrown <neilb@suse.de>
Wed, 14 Apr 2010 07:02:09 +0000 (17:02 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 18 May 2010 05:27:49 +0000 (15:27 +1000)
When metadata is being managed by user-space, md doesn't know
what the maximum number of devices allowed in an array is
so ->max_disks is 0.  In this case we should allow any (+ve)
number of disks.

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

No differences found