]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.h
Remove re_add flag in favour of new disposition.
authorNeilBrown <neilb@suse.de>
Mon, 9 Jul 2012 07:14:16 +0000 (17:14 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 9 Jul 2012 07:14:16 +0000 (17:14 +1000)
commitc8e1a230b73c44aff5beeeb74d32e36219bed12d
treea0b605d5bffe3e94ce6e7bbaeba033b3b3782229
parente7b84f9d5029338980d99d04b479ce814d4c4fcb
Remove re_add flag in favour of new disposition.

Instead of
   disposition == 'a'  re_add == 1
use
   disposition == 'A'

to record that a re-add was requested.

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