Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 10/22/2006 00:03:33
Module Name: src
Committed By: reinoud
Date: Sun Oct 22 00:03:33 UTC 2006
Modified Files:
src/sys/fs/smbfs: smbfs_vfsops.c
Log Message:
Return the TAILQ_FOREACH to an explicit `for' loop since in the loop vnodes
can be removed.
To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 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.