Source-Changes archive

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

CVS commit: src/sys/fs/smbfs



Module Name:    src
Committed By:   jdolecek
Date:           Mon Feb 24 18:41:04 UTC 2003

Modified Files:
        src/sys/fs/smbfs: smbfs_node.c smbfs_vfsops.c

Log Message:
use pool to allocate memory for smbfs nodes
rename smbfs_uninit() to smbfs_done()
some whitespace fixes + use FREE() (not free()) for MALLOC()ed memory


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/fs/smbfs/smbfs_node.c
cvs rdiff -r1.16 -r1.17 src/sys/fs/smbfs/smbfs_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