Date: Sun, 3 Dec 2006 21:00:31 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linsysfs linsysfs.c Message-ID: <200612032100.kB3L0VbI003696@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2006-12-03 21:00:31 UTC FreeBSD src repository Modified files: sys/compat/linsysfs linsysfs.c Log: MFP4 (110957) Use TAILQ_FOREACH_SAFE instead of the unsafe one where an item is removed from the queue. This prevents a panic on kldunload. Submitted by: rdivacky Tested by: bsam Revision Changes Path 1.3 +3 -2 src/sys/compat/linsysfs/linsysfs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612032100.kB3L0VbI003696>