From owner-cvs-all Sat Jul 24 21: 5: 6 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 3CCBE14E18; Sat, 24 Jul 1999 21:05:05 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA94273; Sat, 24 Jul 1999 21:01:33 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199907250401.VAA94273@freefall.freebsd.org> From: Bruce Evans Date: Sat, 24 Jul 1999 21:01:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/07/24 21:01:33 PDT Modified files: sys/msdosfs msdosfs_vnops.c Log: Don't set DE_ACCESS for unsuccessful reads. Translated from: a similar fix in ufs_readwrite.c rev.1.61. Don't forget to set DE_ACCESS for short reads. Check for invalid (negative) offsets before checking for reads of 0 bytes, as in ufs, although checking for invalid offsets at all is probably a bug. Revision Changes Path 1.87 +12 -8 src/sys/msdosfs/msdosfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message