Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/24/2003 08:39:52
Module Name:	src
Committed By:	jdolecek
Date:		Mon Mar 24 06:39:52 UTC 2003

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

Log Message:
directories don't have any size in smbfs/CIFS, so don't compare
size in smbfs_kqpoll() neither in filt_smbfsread()
this fixes kqueue on smbfs directory so that it wouldn't flag directory
as 'changed' always


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/fs/smbfs/smbfs_kq.c

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