From owner-cvs-sys Sun Dec 3 06:39:05 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA28537 for cvs-sys-outgoing; Sun, 3 Dec 1995 06:39:05 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA28523 ; Sun, 3 Dec 1995 06:38:58 -0800 Date: Sun, 3 Dec 1995 06:38:58 -0800 From: Bruce Evans Message-Id: <199512031438.GAA28523@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/miscfs/umapfs umap_subr.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/12/03 06:38:58 Modified: sys/miscfs/nullfs null_subr.c sys/miscfs/umapfs umap_subr.c Log: null_node_find() and umap_node_find() were sometimes called without a `struct mount *' arg. I don't know what the effects of this were. Revision Changes Path 1.4 +2 -2 src/sys/miscfs/nullfs/null_subr.c 1.5 +2 -2 src/sys/miscfs/umapfs/umap_subr.c