Date: Wed, 11 Jan 2006 10:15:57 +0000 (UTC) From: Robert Watson <rwatson@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: <200601111015.k0BAFvEI068806@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-01-11 10:15:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs_rule.c Log: MFC devfs_rule.c:1.21 from HEAD to RELENG_6: When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive rule lock. Otherwise the system comes to a rather sudden and grinding halt. As the underlying devfs locking changes that lead to this bug have not been merged to RELENG_5, this fix to those locking changes does not need to be merged. Revision Changes Path 1.14.2.3 +4 -2 src/sys/fs/devfs/devfs_rule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601111015.k0BAFvEI068806>