Date: Sun, 1 May 2005 00:56:34 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c Message-ID: <200505010056.j410uYhj009293@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-05-01 00:56:34 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT. We still have to DROP_GIANT and PICKUP_GIANT when NEEDGIANT is not set because vfs is still sometime entered with Giant held. Revision Changes Path 1.113 +12 -5 src/sys/fs/devfs/devfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505010056.j410uYhj009293>