diff options
author | Dominik Brodowski <[email protected]> | 2018-03-13 19:52:00 +0100 |
---|---|---|
committer | Dominik Brodowski <[email protected]> | 2018-04-02 20:15:16 +0200 |
commit | f3bf896b1d041153ea1c6cfa58f6f4658c91089f (patch) | |
tree | 77445b3d5d98a6bc4ba26a83dac7e1bbcb225683 /lib/mpi/mpi-bit.c | |
parent | e1834a329d6bb5659c14e9e537bd1f750fe3b85e (diff) |
net: socket: replace calls to sys_send() with __sys_sendto()
sys_send() merely expands the parameters to __sys_sendto() by NULL and 0.
Open-code this in the two places which used sys_send() as a wrapper to
__sys_sendto().
This patch is part of a series which removes in-kernel calls to syscalls.
On this basis, the syscall entry path can be streamlined. For details, see
http://lkml.kernel.org/r/[email protected]
Cc: David S. Miller <[email protected]>
Cc: [email protected]
Signed-off-by: Dominik Brodowski <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions