From owner-cvs-all Fri Dec 4 22:11:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA10637 for cvs-all-outgoing; Fri, 4 Dec 1998 22:11:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA10631; Fri, 4 Dec 1998 22:11:35 -0800 (PST) (envelope-from mckusick@FreeBSD.org) From: Kirk McKusick Received: (from mckusick@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA27296; Fri, 4 Dec 1998 22:12:15 -0800 (PST) Date: Fri, 4 Dec 1998 22:12:15 -0800 (PST) Message-Id: <199812050612.WAA27296@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckusick 1998/12/04 22:12:14 PST Modified files: sys/kern vfs_cluster.c Log: Even the most recently allocated buffer may not have its b_blkno field properly filled in, so we must do a VOP_BMAP on that buffer as well if it is not resolved. Submitted by: Luoqi Chen Revision Changes Path 1.75 +5 -2 src/sys/kern/vfs_cluster.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message