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:           Fri May 18 15:46:10 UTC 2007

Modified Files:
        src/sys/fs/puffs: puffs_msgif.c puffs_msgif.h puffs_sys.h puffs_vnops.c

Log Message:
Introduce noref setbacks, which the file server can use to signal
the kernel it has 0 references to the node in question.  In other
words, this can be used to avoid inactive(), or, if the file server
does not implement inactive, prompt reclaim for removed nodes.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/fs/puffs/puffs_msgif.c \
    src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.31 -r1.32 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.70 -r1.71 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