From owner-freebsd-commit Sun Dec 3 06:39:12 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA28561 for freebsd-commit-outgoing; Sun, 3 Dec 1995 06:39:12 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA28549 for cvs-all-outgoing; Sun, 3 Dec 1995 06:39:08 -0800 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-commit@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