From owner-cvs-all Sat Jul 24 19:56:23 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 191CC150E3; Sat, 24 Jul 1999 19:56:22 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA88065; Sat, 24 Jul 1999 19:56:18 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199907250256.TAA88065@freefall.freebsd.org> From: Bruce Evans Date: Sat, 24 Jul 1999 19:56:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_readwrite.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/07/24 19:56:18 PDT Modified files: sys/gnu/ext2fs ext2_readwrite.c Log: Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads. Translated from: similar fixes in ufs_readwrite.c rev.1.61. Things are simpler (but annoyingly different) here because there are no vm optimisations. Revision Changes Path 1.17 +4 -2 src/sys/gnu/ext2fs/ext2_readwrite.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message