Date: Sat, 23 Jan 1999 16:51:12 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <199901240051.QAA09538@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1999/01/23 16:51:12 PST Modified files: sys/kern vfs_bio.c Log: Don't try to calculate B_CACHE for an NFS related bp that has a > 0 b_validend. This will screw up small-writes, causing lots of little writes out the network. We will assume that NFS handles B_CACHE properly. Revision Changes Path 1.198 +5 -2 src/sys/kern/vfs_bio.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?199901240051.QAA09538>