Hi,
+ + do { + ret = writev(fd, iov, iovcnt); + } while (ret < 0 && errno == EINTR);explain this one to me. Or maybe Luiz should explain it since he introduced this.
I'm curious why not use TEMP_FAILURE_RETRY macro? ell already uses that for clarity.
Regards, -Denis -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html