cvs commit: src/sys/kern uipc_socket2.c

Robert Watson rwatson at FreeBSD.org
Mon Mar 7 13:50:17 GMT 2005


rwatson     2005-03-07 13:50:16 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket2.c 
  Log:
  When upcalling from a socket in soisconnected() for an accept filter,
  call with flag M_DONTWAIT rather than M_TRYWAIT, as we don't want to
  do blocking memory allocation (etc) in the netisr.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.144     +1 -1      src/sys/kern/uipc_socket2.c


More information about the cvs-src mailing list