Date: Sat, 24 Jul 1999 21:01:33 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Message-ID: <199907250401.VAA94273@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907250401.VAA94273>