Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/21/2003 22:19:01
Module Name:	src
Committed By:	jdolecek
Date:		Fri Feb 21 20:19:01 UTC 2003

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

Log Message:
g/c smbfs_fastlookup
make smbfs_readvdir() slightly more readable, and don't adjust uio_offset
by hand
g/c the lock code around smbfs_readvdir() - a) it's not needed here b) it
didn't do anything anyway
add some KASSERTs
simplify smbfs_vinvalbuf() a bit, use plain interruptible sleep instead
of smb_proc_intr()


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/fs/smbfs/smbfs_io.c

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