]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - managemon.c
Update man page info about files used by mdmon
[thirdparty/mdadm.git] / managemon.c
index d5ba6d6d30be6a42c23ad5fc8bbef509fa201490..bab0397921a7d30dc24e012cfa9decc8d5e877f5 100644 (file)
@@ -315,7 +315,7 @@ static void manage_container(struct mdstat_ent *mdstat,
                 * To see what is removed and what is added.
                 * These need to be remove from, or added to, the array
                 */
-               mdi = sysfs_read(-1, mdstat->devnum, GET_DEVS|SKIP_GONE_DEVS);
+               mdi = sysfs_read(-1, mdstat->devnum, GET_DEVS);
                if (!mdi) {
                        /* invalidate the current count so we can try again */
                        container->devcnt = -1;