Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/fs/puffs
Module Name: src
Committed By: pooka
Date: Sat Nov 17 21:55:29 UTC 2007
Modified Files:
src/sys/fs/puffs: puffs_node.c puffs_subr.c puffs_sys.h puffs_vnops.c
Log Message:
Make puffs_updatenode() take a puffs_node instead of a vnode. This
way we don't need to worry if a vnode has been reclaimed from under
us.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/fs/puffs/puffs_node.c
cvs rdiff -r1.59 -r1.60 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.63 -r1.64 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.116 -r1.117 src/sys/fs/puffs/puffs_vnops.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