Source-Changes archive

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

CVS commit: [vmlocking2] src/sys



Module Name:    src
Committed By:   ad
Date:           Mon Dec 10 19:28:09 UTC 2007

Modified Files:
        src/sys/fs/union [vmlocking2]: union.h union_vnops.c
        src/sys/kern [vmlocking2]: kern_lock.c vfs_vnops.c
        src/sys/miscfs/genfs [vmlocking2]: layer_vnops.c
        src/sys/sys [vmlocking2]: lock.h
        src/sys/ufs/ffs [vmlocking2]: ffs_vnops.c

Log Message:
- Don't drain the vnode lock in vclean(); reference counting and XLOCK
  should be enough.
- LK_SETRECURSE is gone.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.15.44.1 src/sys/fs/union/union.h
cvs rdiff -r1.23.2.1 -r1.23.2.2 src/sys/fs/union/union_vnops.c
cvs rdiff -r1.128.2.2 -r1.128.2.3 src/sys/kern/kern_lock.c
cvs rdiff -r1.147.2.2 -r1.147.2.3 src/sys/kern/vfs_vnops.c
cvs rdiff -r1.32.6.2 -r1.32.6.3 src/sys/miscfs/genfs/layer_vnops.c
cvs rdiff -r1.75.6.2 -r1.75.6.3 src/sys/sys/lock.h
cvs rdiff -r1.93.2.2 -r1.93.2.3 src/sys/ufs/ffs/ffs_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