Date: Mon, 25 Jun 2001 21:20:13 -0700 (PDT) From: Boris Popov <bp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_default.c vfs_subr.c src/sys/miscfs/nullfs null.h null_subr.c null_vnops.c src/sys/nfs nfs_node.c nfs_vnops.c nfsnode.h src/sys/sys lock.h vnode.h src/sys/ufs/ffs ffs_vfsops.c Message-ID: <200106260420.f5Q4KDA08133@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bp 2001/06/25 21:20:13 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_default.c vfs_subr.c sys/miscfs/nullfs null.h null_subr.c null_vnops.c sys/nfs nfs_node.c nfs_vnops.c nfsnode.h sys/sys lock.h vnode.h sys/ufs/ffs ffs_vfsops.c Log: MFC: the rest of fixes for nullfs. Please note, that for now only ufs mounts can be used for null mounts. msdosfs and cd9660fs fixes are trivial and will be committed shortly. Null mounts on top of nfs filesystem will cause problems after rename() operation. This issue also present in -current and can be fixed too. Revision Changes Path 1.28.2.3 +14 -25 src/sys/kern/vfs_default.c 1.249.2.9 +2 -5 src/sys/kern/vfs_subr.c 1.11.2.3 +3 -1 src/sys/miscfs/nullfs/Attic/null.h 1.21.2.4 +23 -8 src/sys/miscfs/nullfs/Attic/null_subr.c 1.38.2.5 +170 -66 src/sys/miscfs/nullfs/Attic/null_vnops.c 1.36.2.2 +2 -1 src/sys/nfs/nfs_node.c 1.150.2.3 +7 -1 src/sys/nfs/nfs_vnops.c 1.32.2.1 +2 -1 src/sys/nfs/nfsnode.h 1.17.2.2 +2 -1 src/sys/sys/lock.h 1.111.2.9 +2 -1 src/sys/sys/vnode.h 1.117.2.2 +5 -1 src/sys/ufs/ffs/ffs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106260420.f5Q4KDA08133>