cvs commit: src/sys/dev/ichsmb ichsmb.c

Brian Somers brian at FreeBSD.org
Tue Jan 3 09:01:44 PST 2006


brian       2006-01-03 17:01:43 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ichsmb       ichsmb.c 
  Log:
  This signal handling code is worse than a no-op.  If a
  signal is received during the msleep, the msleep is retried
  indefinitely as it just keeps returning ERESTART because of
  the pending signal.
  
  Instead, just don't PCATCH - the signal can wait.
  
  Sponsored by:   Sophos/ActiveState
  
  Revision  Changes    Path
  1.15      +1 -6      src/sys/dev/ichsmb/ichsmb.c


More information about the cvs-all mailing list