From owner-cvs-all Mon Sep 27 22:48:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1340D157B2; Mon, 27 Sep 1999 22:48:40 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA28131; Mon, 27 Sep 1999 22:48:40 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909280548.WAA28131@freefall.freebsd.org> From: Matt Dillon Date: Mon, 27 Sep 1999 22:48:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/union union_subr.c union_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/09/27 22:48:40 PDT Modified files: sys/miscfs/union union_subr.c union_vnops.c Log: Make sure file after VOP_OPEN is VMIO'd when transfering control from a lower layer to an upper layer. I'm not sure how necessary this is for reading. Fix bug in union_lookup() (note: there are probably still several bugs in union_lookup()). This one set lerror as a side effect without setting lowervp, causing copyup code further on down to crash on a null lowervp pointer. Changed the side effect to use a temporary variable instead. Revision Changes Path 1.41 +5 -3 src/sys/miscfs/union/union_subr.c 1.65 +5 -3 src/sys/miscfs/union/union_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message