diff options
author | NeilBrown <neilb@suse.de> | 2011-04-27 01:58:49 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2011-04-27 01:58:49 +0200 |
commit | 7e90264df5060cd308ce56206ec7dfa29e2aa041 (patch) | |
tree | 31ed9c4017ae7e01a3c0014a84fa5400a27ced58 /ReadMe.c | |
parent | FIX: Check correctly raid disks during reshape restart (diff) | |
download | mdadm-7e90264df5060cd308ce56206ec7dfa29e2aa041.tar.xz mdadm-7e90264df5060cd308ce56206ec7dfa29e2aa041.zip |
Finally remove auto-home-host
This was #if-ed out for 3.0, but it really should go.
Gcc 4.6.0 complains that auto_update_home is set but not used
(which is true).
Reported-by: Tobias Powalowski <t.powa@gmx.de>
Diffstat (limited to 'ReadMe.c')
-rw-r--r-- | ReadMe.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -143,9 +143,6 @@ struct option long_options[] = { {"write-mostly",0, 0, WriteMostly}, {"re-add", 0, 0, ReAdd}, {"homehost", 1, 0, HomeHost}, -#if 0 - {"auto-update-homehost", 0, 0, AutoHomeHost}, -#endif {"symlinks", 1, 0, Symlinks}, /* For assemble */ |