Am 03.05.2010 19:01, schrieb Anthony Liguori: > On 03/29/2010 06:03 AM, Kevin Wolf wrote: >> Am 28.03.2010 19:07, schrieb Ryota Ozaki: >> >>> - use err(3) instead of errx(3) if errno is available >>> to report why failed >>> - let fail prior to daemon(3) if opening a nbd file >>> is likely to fail after daemonizing to avoid silent >>> failure exit >>> - add missing 'ret = 1' when unix_socket_outgoing failed >>> >>> Signed-off-by: Ryota Ozaki<ozaki.ry...@gmail.com> >>> >> Acked-by: Kevin Wolf<kw...@redhat.com> >> > > Are you going to pull this into the block branch?
There was a v2 of this patch yesterday, which I did apply to the block branch. Kevin