]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Remove mon_pipe for communicating from monitor to manager
authorNeil Brown <neilb@suse.de>
Sat, 12 Jul 2008 10:27:40 +0000 (20:27 +1000)
committerNeil Brown <neilb@suse.de>
Sat, 12 Jul 2008 10:27:40 +0000 (20:27 +1000)
commit2f64e61a507ee4c1a8e2fcdbc2ce0ec89fcb7902
treeae7a300dac6b637f8bc3525449b4b45f6c3f941d
parentf94d52f43ea70665f0293de0fe8940d64931e893
Remove mon_pipe for communicating from monitor to manager

The returned value was never used, and we don't really want
this return path anyway as writing to a pipe could conceivably
block, and the monitor must not block.
managemon.c
mdadm.h
mdmon.c
monitor.c