cvs commit: src/sys/kern uipc_syscalls.c

Robert Watson rwatson at FreeBSD.org
Sat Apr 1 11:14:57 UTC 2006


rwatson     2006-04-01 11:14:56 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_syscalls.c 
  Log:
  Add comment to accept1() that it should use getsock() instead of fgetsock()
  to avoid additional mutex operations, and also to avoid use of soref/sorele
  which are now not preferred.
  
  MFC after:      3 months
  
  Revision  Changes    Path
  1.226     +3 -0      src/sys/kern/uipc_syscalls.c


More information about the cvs-src mailing list