Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [vmlocking] src/sys/ufs
Module Name: src
Committed By: ad
Date: Fri Apr 13 15:47:04 UTC 2007
Modified Files:
src/sys/ufs/ffs [vmlocking]: ffs_alloc.c ffs_balloc.c ffs_inode.c
ffs_vfsops.c
src/sys/ufs/ufs [vmlocking]: ufsmount.h
Log Message:
Put a per-mount lock around ffs shared data structures, excluding softdep
and quotas. Strategy lifted from FreeBSD.
To generate a diff of this commit:
cvs rdiff -r1.98.2.1 -r1.98.2.2 src/sys/ufs/ffs/ffs_alloc.c
cvs rdiff -r1.44 -r1.44.6.1 src/sys/ufs/ffs/ffs_balloc.c
cvs rdiff -r1.86.2.1 -r1.86.2.2 src/sys/ufs/ffs/ffs_inode.c
cvs rdiff -r1.196.6.3 -r1.196.6.4 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -r1.28 -r1.28.2.1 src/sys/ufs/ufs/ufsmount.h
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