Files
linux-stable-mirror/include/linux
Jens Axboe de2ea4b64b net: add __sys_accept4_file() helper
This is identical to __sys_accept4(), except it takes a struct file
instead of an fd, and it also allows passing in extra file->f_flags
flags. The latter is done to support masking in O_NONBLOCK without
manipulating the original file flags.

No functional changes in this patch.

Cc: netdev@vger.kernel.org
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-10-29 12:43:06 -06:00
..
2019-10-02 06:36:50 -07:00
2019-10-04 18:11:08 -07:00
2019-10-29 12:43:06 -06:00
2019-10-02 10:06:45 +02:00
2019-10-14 15:04:01 -07:00