From owner-cvs-sys Sat Oct 18 18:38:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA14551 for cvs-sys-outgoing; Sat, 18 Oct 1997 18:38:52 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA14504; Sat, 18 Oct 1997 18:38:21 -0700 (PDT) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA12439; Sat, 18 Oct 1997 18:36:50 -0700 (PDT) Date: Sat, 18 Oct 1997 18:36:50 -0700 (PDT) Message-Id: <199710190136.SAA12439@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/mfs mfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/10/18 18:36:50 PDT Modified files: sys/ufs/mfs mfs_vnops.c Log: This might fix the mfs_badop problem left over with the cool VFS fixes. PHK should check this. Revision Changes Path 1.28 +2 -2 src/sys/ufs/mfs/mfs_vnops.c