Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/fs/smbfs



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.




Home | Main Index | Thread Index | Old Index