Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/27/2003 11:14:27
Module Name:	src
Committed By:	jdolecek
Date:		Thu Feb 27 09:14:26 UTC 2003

Modified Files:
	src/sys/fs/smbfs: smbfs_node.c smbfs_node.h

Log Message:
add SMBFS_ATTRTIMO for the attribute cache timeout, instead of magic
number

bump the timeout to 5s; eventually we'd want to do some heuristics similar
to NFS, i.e. make the attribute cache timeout longer for files nor recently
changed


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/fs/smbfs/smbfs_node.c
cvs rdiff -r1.6 -r1.7 src/sys/fs/smbfs/smbfs_node.h

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