On 08/12/2016 05:12 AM, Gris Ge wrote:
    * Moved write_all() to file.h of libmultipath as all usage of
      write_all() is against file rather than socket.

This sounds very wrong. As far as I can see write_all() is used to send data over a Unix socket. A Unix socket is not a file. Additionally, using write_all() to write to a file does not make sense. Please use write() to write to a file.

Bart.

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

Reply via email to