Date: Fri, 31 Oct 2003 21:51:55 -0800 (PST) From: Alexander Kabaev <kan@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/kern vfs_default.c src/sys/ufs/ffs ffs_vfsops.c src/sys/ufs/ufs ufs_quota.c Message-ID: <200311010551.hA15pt0V087613@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2003/10/31 21:51:55 PST
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
sys/gnu/ext2fs ext2_vfsops.c
sys/kern vfs_default.c
sys/ufs/ffs ffs_vfsops.c
sys/ufs/ufs ufs_quota.c
Log:
Temporarily undo parts of the stuct mount locking commit by jeff.
It is unsafe to hold a mutex across vput/vrele calls.
This will be redone when a better locking strategy is agreed upon.
Discussed with: jeff
Revision Changes Path
1.109 +1 -2 src/sys/fs/msdosfs/msdosfs_vfsops.c
1.110 +1 -2 src/sys/gnu/ext2fs/ext2_vfsops.c
1.89 +1 -5 src/sys/kern/vfs_default.c
1.221 +1 -6 src/sys/ufs/ffs/ffs_vfsops.c
1.68 +5 -17 src/sys/ufs/ufs/ufs_quota.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311010551.hA15pt0V087613>
