]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Even the most recently allocated buffer may not have its b_blkno
authorKirk McKusick <mckusick@FreeBSD.org>
Sat, 5 Dec 1998 06:12:14 +0000 (06:12 +0000)
committerKirk McKusick <mckusick@FreeBSD.org>
Sat, 5 Dec 1998 06:12:14 +0000 (06:12 +0000)
commitfcdfed00d57f745bdca5f6f2036c8da4155b58cc
treeb004e2acc28a1906537f672a4f848c0a3eea8c15
parentdadea2fa260e72052c4025407836188ca8dae9d2
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 <luoqi@watermarkgroup.com>
sys/kern/vfs_cluster.c