]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - managemon.c
Remove mon_pipe for communicating from monitor to manager
[thirdparty/mdadm.git] / managemon.c
index 569449b5d97aedac090e1bf2d60886989ece6ae0..e7c60aa9b28fe6deea6aa7f16c9891f1a8712595 100644 (file)
@@ -152,7 +152,6 @@ static void write_wakeup(struct supertype *c)
 
        /* send the monitor thread a pointer to the ping action */
        write(c->mgr_pipe[1], &err, 1);
-       read(c->mon_pipe[0], &err, 1);
 }
 
 static void remove_old(void)