cvs commit: src/sys/opencrypto crypto.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon May 22 02:59:34 PDT 2006


pjd         2006-05-22 09:58:34 UTC

  FreeBSD src repository

  Modified files:
    sys/opencrypto       crypto.c 
  Log:
  Don't wakeup the crypto_ret_proc thread if it is running already.
  Before the change if the thread was working on symmetric operation, we
  would send unnecessary wakeup after adding asymmetric operation (when
  asym queue was empty) and vice versa.
  
  Revision  Changes    Path
  1.23      +3 -2      src/sys/opencrypto/crypto.c


More information about the cvs-all mailing list