From owner-cvs-all Tue Sep 5 2: 2:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D824837B422; Tue, 5 Sep 2000 02:02:09 -0700 (PDT) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA72864; Tue, 5 Sep 2000 02:02:09 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <200009050902.CAA72864@freefall.freebsd.org> From: Boris Popov Date: Tue, 5 Sep 2000 02:02:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/nullfs null.h null_subr.c null_vfsops.c null_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2000/09/05 02:02:09 PDT Modified files: sys/miscfs/nullfs null.h null_subr.c null_vfsops.c null_vnops.c Log: Various cleanups towards make nullfs functional (it is still broken at this point): Replace all '#ifdef DEBUG' with '#ifdef NULLFS_DEBUG' and add NULLFSDEBUG macro. Protect nullfs hash table with lockmgr. Use proper order of operations when freeing mnt_data. Return correct fsid in the null_getattr(). Add null_open() function to catch MNT_NODEV (obtained from NetBSD). Add null_rename() to catch cross-fs rename operations (submitted by Ustimenko Semen ) Remove duplicate $FreeBSD$ tags. Revision Changes Path 1.15 +13 -1 src/sys/miscfs/nullfs/null.h 1.25 +33 -13 src/sys/miscfs/nullfs/null_subr.c 1.39 +16 -26 src/sys/miscfs/nullfs/null_vfsops.c 1.41 +72 -2 src/sys/miscfs/nullfs/null_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message