]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Incremental.c
Incremental: change precedence order for autof setting.
authorNeilBrown <neilb@suse.de>
Sun, 2 Nov 2008 19:39:02 +0000 (06:39 +1100)
committerNeilBrown <neilb@suse.de>
Sun, 2 Nov 2008 19:39:02 +0000 (06:39 +1100)
commit350ac35d1f427c858e4b3169aaffcbaba0db3e30
tree20c12c52099b85cba6a67790bd06bd9eeea0b264
parent4ebd3237119b1c1d701ea0c94795631883e449ed
Incremental:  change precedence order for autof setting.

It doesn't really make sense for the --auto setting to ever over-ride
the setting on an ARRAY line.  That could cause failure if the
ARRAY line has a 'standard' now.  So revert to the array line having
precedence over command line, then CREATE line last.

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