Source-Changes archive

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

CVS commit: src/sys/nfs



Module Name:    src
Committed By:   pooka
Date:           Tue Sep 30 14:29:39 UTC 2008

Modified Files:
        src/sys/nfs: nfs_node.c nfs_subs.c nfs_var.h

Log Message:
Initialize nfsnode pools and malloc type dynamically in the
constructor instead of depending on link sets.  Consequently, rename
nfs_nh{init,reinit,done} to nfs_node_{init,reinit,done}, respectively,
to better convey the function.


To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 src/sys/nfs/nfs_node.c
cvs rdiff -r1.205 -r1.206 src/sys/nfs/nfs_subs.c
cvs rdiff -r1.79 -r1.80 src/sys/nfs/nfs_var.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