Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   pooka
Date:           Thu Aug  9 08:51:21 UTC 2007

Modified Files:
        src/sys/kern: vfs_subr.c
        src/sys/sys: vnode.h
        src/sys/ufs/lfs: lfs_segment.c

Log Message:
Instead of having lfs muck directly about with vnode free lists,
introduce vrele2(), which allows to release vnodes the way lfs
sometimes wants it:
  + without calling inactive
  + inserting the vnode at the head of the freelist (this is a very
    questionable optimization that isn't even enabled by default,
    but I went along with the same semantics for now)


To generate a diff of this commit:
cvs rdiff -r1.297 -r1.298 src/sys/kern/vfs_subr.c
cvs rdiff -r1.170 -r1.171 src/sys/sys/vnode.h
cvs rdiff -r1.203 -r1.204 src/sys/ufs/lfs/lfs_segment.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