Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2006 17:01:43 +0000 (UTC)
From:      Brian Somers <brian@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ichsmb ichsmb.c
Message-ID:  <200601031701.k03H1hvG097866@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601031701.k03H1hvG097866>