Date: Thu, 15 Sep 2005 08:50:16 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_rule.c Message-ID: <200509150850.j8F8oGgi050350@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2005-09-15 08:50:16 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_rule.c Log: Protect the devfs rule internal global lists with a sx lock, the per mount locks are not enough. Finer granularity (x)locking could be implemented, but I prefer to keep it simple for now. Revision Changes Path 1.18 +9 -1 src/sys/fs/devfs/devfs_rule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509150850.j8F8oGgi050350>