git: uipc: Factor out unp_getsocktoken()/unp_reltoken()

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sun Aug 23 18:22:29 PDT 2015


commit a10b308d89e9bb4f826cf525c28b795609d90bbe
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Sun Aug 23 22:44:49 2015 +0800

    uipc: Factor out unp_getsocktoken()/unp_reltoken()
    
    Streamline the code a little bit.  This also paves the way to make
    uipc_abort() reentrant.

Summary of changes:
 sys/kern/uipc_usrreq.c | 111 +++++++++++++++++++++++--------------------------
 1 file changed, 53 insertions(+), 58 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a10b308d89e9bb4f826cf525c28b795609d90bbe


-- 
DragonFly BSD source repository



More information about the Commits mailing list