Subject: CVS commit: src/sys/rump
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 08/08/2007 14:09:08
Module Name:	src
Committed By:	pooka
Date:		Wed Aug  8 14:09:08 UTC 2007

Modified Files:
	src/sys/rump/fs/lib/libp2k: p2k.c
	src/sys/rump/librump/rumpkern: rump.c rump.h vfs.c

Log Message:
Provide rump_getvninfo() and use that in libp2k_lookup() to avoid an
extra getattr for stuff the file system already cached in the vnode.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/rump/fs/lib/libp2k/p2k.c
cvs rdiff -r1.3 -r1.4 src/sys/rump/librump/rumpkern/rump.c \
    src/sys/rump/librump/rumpkern/vfs.c
cvs rdiff -r1.4 -r1.5 src/sys/rump/librump/rumpkern/rump.h

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