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 Apr 17 09:52:47 UTC 2008
Modified Files:
src/sys/sys: param.h
src/sys/ufs/ffs: ffs_extern.h ffs_snapshot.c ffs_vfsops.c
src/sys/ufs/ufs: ufsmount.h
Log Message:
Replace get/setspecific with a void pointer in struct ufsmount. Use explicit
initialization/finalization of snapshot private data on creation/deletion
of struct ufsmount.
Snapshot mounts no longer may fail silently because kmem_alloc() fails.
Welcome to 4.99.60
Ok: Andrew Doran <ad%netbsd.org@localhost>
To generate a diff of this commit:
cvs rdiff -r1.314 -r1.315 src/sys/sys/param.h
cvs rdiff -r1.63 -r1.64 src/sys/ufs/ffs/ffs_extern.h
cvs rdiff -r1.65 -r1.66 src/sys/ufs/ffs/ffs_snapshot.c
cvs rdiff -r1.222 -r1.223 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -r1.33 -r1.34 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