Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/20/2004 18:41:02
Module Name:	src
Committed By:	jdolecek
Date:		Sat Mar 20 18:41:02 UTC 2004

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

Log Message:
pullup FreeBSD change rev. 1.44 - restore closing of SMB find handle
in smbfs_close(); it's necessary to overcome limitation of the current
directory lookup code

this fixes problem where ls wouldn't show newly created files, such as:
> touch a b c
> ls
>

problem and fix pointed out by YAMAMOTO Takashi


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/fs/smbfs/smbfs_vnops.c

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