]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - monitor.c
imsm: kill "auto=" in brief_examine_super_imsm
[thirdparty/mdadm.git] / monitor.c
index 3388d31c5c57aaab6d60fde1ef04e7dd940743eb..66fea80e808f0475293bc01807f5c0fcfe2226de 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -498,7 +498,7 @@ static int wait_and_act(struct supertype *container, int nowait)
                sigprocmask(SIG_UNBLOCK, NULL, &set);
                sigdelset(&set, SIGUSR1);
                monitor_loop_cnt |= 1;
-               rv = pselect(maxfd+1, &rfds, NULL, NULL, NULL, &set);
+               rv = pselect(maxfd+1, NULL, NULL, &rfds, NULL, &set);
                monitor_loop_cnt += 1;
                if (rv == -1 && errno == EINTR)
                        rv = 0;