Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 02/17/2004 01:29:39
Module Name:	src
Committed By:	enami
Date:		Tue Feb 17 01:29:39 UTC 2004

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

Log Message:
Rewind the `bp' advanced backward by cache_revlookup() if getcwd_getcache()
finally returns cache miss.

# Slightly modified from posted version so that it is cleanly patchable
# at least on 1.6 branch.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/kern/vfs_getcwd.c

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