linux(4): Allow in fd to be a socket in sendfile
authorDmitry Chagin <dchagin@FreeBSD.org>
Sat, 19 Aug 2023 18:55:23 +0000 (21:55 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Sat, 19 Aug 2023 18:55:23 +0000 (21:55 +0300)
commitda5a6738d589d748ddf93678767d1565558bddd9
tree159e890fc87b2d1e644347f33c11f4aa3f7ce4dd
parent1095da75032b439d893c0947eda2f3738ecfe494
linux(4): Allow in fd to be a socket in sendfile

In this case sendfile fallback is used.

MFC after: 1 month
sys/compat/linux/linux_socket.c