Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/26/2003 20:16:37
Module Name:	src
Committed By:	jdolecek
Date:		Wed Feb 26 18:16:37 UTC 2003

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

Log Message:
split the part of smbfs_root() which sets sm_root to separate function
smbfs_setroot()
remove pointless if() and MNT_LOCAL flag handling in smbfs_unmount()
turn the check for non-null sm_root to KASSERT() in smbfs_statfs()
adjust some comments


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