Date: Mon, 14 Feb 2005 13:47:06 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_device.c Message-ID: <200502141347.j1EDl68B014426@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-02-14 13:47:06 UTC FreeBSD src repository Modified files: sys/netgraph ng_device.c Log: Make WITNESS happier: - refactor ngd_constructor, so that make_dev() is called without any locks held, since it mallocs memory with M_WAITOK flag. - rename global mtx, to have name different to per-node mtx MFC after: 2 weeks Revision Changes Path 1.19 +14 -20 src/sys/netgraph/ng_device.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502141347.j1EDl68B014426>