From owner-freebsd-commit Sun Sep 17 22:33:30 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04045 for freebsd-commit-outgoing; Sun, 17 Sep 1995 22:33:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04031 for cvs-all-outgoing; Sun, 17 Sep 1995 22:33:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04020 for cvs-sys-outgoing; Sun, 17 Sep 1995 22:33:25 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04009 ; Sun, 17 Sep 1995 22:33:23 -0700 Date: Sun, 17 Sep 1995 22:33:23 -0700 From: David Greenman Message-Id: <199509180533.WAA04009@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/union union_subr.c union_vnops.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/09/17 22:33:22 Branch: sys/miscfs/union RELENG_2_1_0 Modified: sys/miscfs/union union_subr.c union_vnops.c Log: Brought in some changes from main branch: add missing args to VOP_CLOSE() calls. This is mostly cosmetic since unionfs doesn't work for other reasons.