getblk lockmgr is mostly used as a msleep() and may lead too easilly to

false positives.
Whitelist it.

Reported by:	Erik Cederstrand <erik at cederstrand dot dk>
This commit is contained in:
Attilio Rao 2010-04-19 23:40:46 +00:00
parent 248bb9379f
commit 95335fd844
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206879

View File

@ -163,6 +163,7 @@ SYSCTL_PROC(_kern, OID_AUTO, cp_times, CTLTYPE_LONG|CTLFLAG_RD|CTLFLAG_MPSAFE,
#ifdef DEADLKRES
static const char *blessed[] = {
"getblk",
"so_snd_sx",
"so_rcv_sx",
NULL