diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-08-18 06:25:51 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-27 03:08:50 +0200 |
commit | 56b31d1c9f1e6a3ad92e7bfe252721e05d92b285 (patch) | |
tree | 44521dbcdf51695b6092f2a4dabe83f460c2ed7c /fs/qnx4 | |
parent | take descriptor handling from sock_alloc_file() to callers (diff) | |
download | linux-56b31d1c9f1e6a3ad92e7bfe252721e05d92b285.tar.xz linux-56b31d1c9f1e6a3ad92e7bfe252721e05d92b285.zip |
unexport sock_map_fd(), switch to sock_alloc_file()
Both modular callers of sock_map_fd() had been buggy; sctp one leaks
descriptor and file if copy_to_user() fails, 9p one shouldn't be
exposing file in the descriptor table at all.
Switch both to sock_alloc_file(), export it, unexport sock_map_fd() and
make it static.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/qnx4')
0 files changed, 0 insertions, 0 deletions