From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH 1/3] socketpair(): allocate descriptors first Date: Fri, 01 Dec 2017 01:28:29 -0800 Message-ID: <1512120509.19682.31.camel@gmail.com> References: <20171201002027.GI21978@ZenIV.linux.org.uk> <20171201002203.GJ21978@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit To: Al Viro , netdev@vger.kernel.org Return-path: Received: from mail-it0-f68.google.com ([209.85.214.68]:35452 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751582AbdLAJ2c (ORCPT ); Fri, 1 Dec 2017 04:28:32 -0500 Received: by mail-it0-f68.google.com with SMTP id f143so1779642itb.0 for ; Fri, 01 Dec 2017 01:28:32 -0800 (PST) In-Reply-To: <20171201002203.GJ21978@ZenIV.linux.org.uk> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 2017-12-01 at 00:22 +0000, Al Viro wrote: > simplifies failure exits considerably... > > Signed-off-by: Al Viro > --- Reviewed-by: Eric Dumazet