Date: Thu, 24 Dec 1998 01:45:12 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Message-ID: <199812240945.BAA16176@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/12/24 01:45:11 PST Modified files: sys/ufs/ufs ufs_vnops.c Log: Fixed null pointer panics which I introduced in rev.1.86. Vnodes may be revoked, so vnop routines must be careful about accessing the vnode if they may have blocked. Fixed marking for update after successfully reading or writing 0 bytes. In this case, POSIX.1 specifies marking if and only if the requested count is nonzero, but rev.1.86 never marked. Revision Changes Path 1.103 +19 -7 src/sys/ufs/ufs/ufs_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?199812240945.BAA16176>