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 00:17:21
Module Name:	src
Committed By:	jdolecek
Date:		Tue Feb 25 22:17:20 UTC 2003

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

Log Message:
make smbfs_sync() look more like sync routines for other fs, particularily:
* lock/unlock mntvnode_slock and vnode interlock appropriately
* use LK_NOWAIT for vget()
* adjust the check for vnode being dirty to check fs-private 'modified' flag,
  and drop waitfor/VOP_ISLOCKED() check


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