git: socket: Don't use NOTE_OOB as hint for KNOTE upon OOB

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sun Dec 20 02:20:39 PST 2015


commit 5d83d1504c2ddbb8beaf275a26464609ba9b13f5
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Sun Dec 20 18:19:07 2015 +0800

    socket: Don't use NOTE_OOB as hint for KNOTE upon OOB
    
    It is not necessary, and would cause penalty if there was knote
    processing contention.  Add comment about it.

Summary of changes:
 sys/kern/uipc_socket.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5d83d1504c2ddbb8beaf275a26464609ba9b13f5


-- 
DragonFly BSD source repository



More information about the Commits mailing list