Source-Changes archive

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

CVS commit: [vmlocking] src/sys



Module Name:    src
Committed By:   hannken
Date:           Sun Nov 11 14:48:07 UTC 2007

Modified Files:
        src/sys/kern [vmlocking]: vfs_trans.c
        src/sys/sys [vmlocking]: fstrans.h
        src/sys/ufs/ffs [vmlocking]: ffs_vfsops.c

Log Message:
Add fstrans_mount() to explicitly allocate fstrans_info.
Replace remaining malloc() to kmem_alloc() in vfs_trans.c.

Ok: Andrew Doran <ad%netbsd.org@localhost>


To generate a diff of this commit:
cvs rdiff -r1.5.8.8 -r1.5.8.9 src/sys/kern/vfs_trans.c
cvs rdiff -r1.3.10.3 -r1.3.10.4 src/sys/sys/fstrans.h
cvs rdiff -r1.196.6.21 -r1.196.6.22 src/sys/ufs/ffs/ffs_vfsops.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