Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 09/24/2003 10:44:45
Module Name:	src
Committed By:	yamt
Date:		Wed Sep 24 10:44:45 UTC 2003

Modified Files:
	src/sys/kern: vfs_bio.c

Log Message:
in getblk(), don't call allocbuf() for B_LOCKED buffers.

LFS misses total size of B_LOCKED buffer (locked_queue_bytes) when
getblk() re-size them.

XXX maybe needs a better fix.


To generate a diff of this commit:
cvs rdiff -r1.95 -r1.96 src/sys/kern/vfs_bio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.