Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump/fs/lib/libukfs
Module Name: src
Committed By: pooka
Date: Thu Mar 13 14:24:30 UTC 2008
Modified Files:
src/sys/rump/fs/lib/libukfs: ukfs.c
Log Message:
Cache referenced rootvp in struct ukfs. Makes it possible to run
pre/postcall wrapper around the exported namei, since postcall no
longer needs to execute VFS_ROOT (which is a bad thing to do while
potentially holding on to a locked vnode, mmkay).
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/rump/fs/lib/libukfs/ukfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index