Module Name: src Committed By: ozaki-r Date: Mon Aug 7 03:20:02 UTC 2017
Modified Files: src/sys/netipsec: key.c Log Message: Use KDASSERT instead of KASSERT for mutex_ownable Because mutex_ownable is too heavy to run in a fast path even for DIAGNOSTIC + LOCKDEBUG. Suggested by riastradh@ To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 src/sys/netipsec/key.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.