diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2017-12-06 00:29:09 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-06 00:39:29 +0100 |
commit | 8e1611e2357927b22892ecc062d65c99d0d89066 (patch) | |
tree | e96c21ce49a9bb3225e8334f87a64dcd14162a75 /drivers/irqchip | |
parent | socketpair(): allocate descriptors first (diff) | |
download | linux-8e1611e2357927b22892ecc062d65c99d0d89066.tar.xz linux-8e1611e2357927b22892ecc062d65c99d0d89066.zip |
make sock_alloc_file() do sock_release() on failures
This changes calling conventions (and simplifies the hell out
the callers). New rules: once struct socket had been passed
to sock_alloc_file(), it's been consumed either by struct file
or by sock_release() done by sock_alloc_file(). Either way
the caller should not do sock_release() after that point.
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/irqchip')
0 files changed, 0 insertions, 0 deletions