Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/23/2003 23:33:07
Module Name:	src
Committed By:	jdolecek
Date:		Sun Feb 23 21:33:07 UTC 2003

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

Log Message:
g/c some dead code
make smbfs_name_{alloc|free} inline
turn some checks for smbfs code errors to KASSERT()s
KNF some
also initialize n_size in smbfs_node_alloc()
g/c write-only variable in smbfs_nget()


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/fs/smbfs/smbfs_node.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.