Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 02/04/2006 11:58:08
Module Name: src
Committed By: yamt
Date: Sat Feb 4 11:58:08 UTC 2006
Modified Files:
src/sys/kern: vfs_vnops.c
Log Message:
vn_read: don't bother to allocate read-ahead context here.
it will be done in uvn_get if necessary.
To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 src/sys/kern/vfs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.