Date: Mon, 16 Nov 1998 16:31:12 -0800 (PST) From: Kirk McKusick <mckusick@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_cluster.c Message-ID: <199811170031.QAA19973@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckusick 1998/11/16 16:31:12 PST Modified files: sys/kern vfs_cluster.c Log: Because buffers may be tossed and recreated at will under the new VM system, the mapping from logical to physical block number may be lost. Hence we have to check for a reconstituted buffer and redo the call to VOP_BMAP if the physical block number has been lost. Revision Changes Path 1.74 +9 -4 src/sys/kern/vfs_cluster.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?199811170031.QAA19973>