Date: Wed, 22 Feb 2006 00:05:12 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c Message-ID: <200602220005.k1M05CqF083783@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2006-02-22 00:05:12 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: If block size is zero, use normal file operations to do I/O, this eliminates a divided-by-zero fault. Recommended by: phk Revision Changes Path 1.219 +3 -0 src/sys/kern/vfs_aio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602220005.k1M05CqF083783>