diff options
author | Dominik Brodowski <[email protected]> | 2018-03-13 19:54:17 +0100 |
---|---|---|
committer | Dominik Brodowski <[email protected]> | 2018-04-02 20:15:16 +0200 |
commit | d27e9afc64206b5a2fe02561716cee5be9aacf01 (patch) | |
tree | cc0387e3ad2daa7a0b8d95d819388a96659a5870 /lib/mpi/mpi-bit.c | |
parent | f3bf896b1d041153ea1c6cfa58f6f4658c91089f (diff) |
net: socket: replace call to sys_recv() with __sys_recvfrom()
sys_recv() merely expands the parameters to __sys_recvfrom() by NULL and
NULL. Open-code this in the two places which used sys_recv() as a wrapper
to __sys_recvfrom().
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