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: Tue Jan 9 18:14:31 UTC 2007
Modified Files:
src/sys/fs/puffs: puffs_msgif.h puffs_subr.c puffs_sys.h
puffs_transport.c puffs_vfsops.c puffs_vnops.c
Log Message:
Introduce flush operations, which the fs server can use to control
kernel caching. Currently supported are only flushing the name
cache for a directory or flushing the name cache for the entire fs.
Also, get rid of PNODE_INACTIVE status, since it was racy and
essentially didn't work. All this on top of being useless in the
first place ....
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.13 -r1.14 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.17 -r1.18 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.3 -r1.4 src/sys/fs/puffs/puffs_transport.c
cvs rdiff -r1.19 -r1.20 src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -r1.29 -r1.30 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