git: socket: Remove fo_ioctl(FIONBIO) for sockets.

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Thu Nov 26 19:36:21 PST 2015


commit 00cac4e7501723a884b51cc8c7cdaa8442852dfd
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Fri Nov 27 11:31:45 2015 +0800

    socket: Remove fo_ioctl(FIONBIO) for sockets.
    
    This should not be called (soo_ioctl(FIONBIO) is actually a NOP),
    since we records non-blocking in 'struct file'.

Summary of changes:
 sys/kern/uipc_syscalls.c                  | 16 +---------------
 test/socket/accept4/block/accept4_block.c |  3 +++
 2 files changed, 4 insertions(+), 15 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/00cac4e7501723a884b51cc8c7cdaa8442852dfd


-- 
DragonFly BSD source repository



More information about the Commits mailing list