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:   hannken
Date:           Thu Aug  9 07:34:28 UTC 2007

Modified Files:
        src/sys/sys: param.h
        src/sys/ufs/ffs: ffs_alloc.c ffs_extern.h ffs_snapshot.c ffs_vfsops.c
        src/sys/ufs/ufs: ufsmount.h

Log Message:
Move snapshot per-mount data from struct ufsmount to mount specific data.
No functional changes.

Welcome to 4.99.28  (struct ufsmount changed size)


To generate a diff of this commit:
cvs rdiff -r1.271 -r1.272 src/sys/sys/param.h
cvs rdiff -r1.99 -r1.100 src/sys/ufs/ffs/ffs_alloc.c
cvs rdiff -r1.58 -r1.59 src/sys/ufs/ffs/ffs_extern.h
cvs rdiff -r1.46 -r1.47 src/sys/ufs/ffs/ffs_snapshot.c
cvs rdiff -r1.207 -r1.208 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -r1.30 -r1.31 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