Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/12/2006 13:36:17
Module Name:	src
Committed By:	yamt
Date:		Thu Jan 12 13:36:17 UTC 2006

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

Log Message:
smbfs: use curlwp rather than uio->uio_lwp.
the latter is a garbage in the case of UIO_SYSSPACE.
PR/32499 from Juan RP.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/fs/smbfs/smbfs_io.c

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