]> Git Repo - linux.git/commit
make sock_alloc_file() do sock_release() on failures
authorAl Viro <[email protected]>
Tue, 5 Dec 2017 23:29:09 +0000 (23:29 +0000)
committerDavid S. Miller <[email protected]>
Tue, 5 Dec 2017 23:39:29 +0000 (18:39 -0500)
commit8e1611e2357927b22892ecc062d65c99d0d89066
treee96c21ce49a9bb3225e8334f87a64dcd14162a75
parent016a266bdfeda268afb2228b6217fd4771334635
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 <[email protected]>
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/staging/lustre/lnet/lnet/lib-socket.c
net/9p/trans_fd.c
net/kcm/kcmsock.c
net/sctp/socket.c
net/socket.c
This page took 0.049075 seconds and 4 git commands to generate.