Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/18/2003 12:27:17
Module Name:	src
Committed By:	jdolecek
Date:		Tue Feb 18 10:27:17 UTC 2003

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

Log Message:
couple cosmetic changes:
* g/c superfluous printfs
* use vcp on one more place
* don't need to check result of allocation with M_WAITOK
* just exlicitly return (0) on the success path, rather than return (error)


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 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.