Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 02/19/2003 14:44:48
Module Name:	src
Committed By:	martin
Date:		Wed Feb 19 12:44:47 UTC 2003

Modified Files:
	src/sys/fs/smbfs: smbfs_smb.c smbfs_subr.h smbfs_vnops.c

Log Message:
SMB lock ids apparently are 16bit items. And the code uses id 1 always.
No need to cast it back and forth to a caddr_t and u_int32_t - which does
not work well on 64bit archs.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/fs/smbfs/smbfs_smb.c \
    src/sys/fs/smbfs/smbfs_vnops.c
cvs rdiff -r1.2 -r1.3 src/sys/fs/smbfs/smbfs_subr.h

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