Re: [PATCH 2/3] socketpair(): allocate descriptors first

2017-12-05 Thread David Miller
From: Al Viro Date: Tue, 5 Dec 2017 23:28:38 + > simplifies failure exits considerably... > > Reviewed-by: Eric Dumazet > Signed-off-by: Al Viro Applied.

[PATCH 2/3] socketpair(): allocate descriptors first

2017-12-05 Thread Al Viro
simplifies failure exits considerably... Reviewed-by: Eric Dumazet Signed-off-by: Al Viro --- net/socket.c | 89 ++-- 1 file changed, 38 insertions(+), 51 deletions(-) diff --git