OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Thu, 03 Jun 2004 23:10:45 EDT
Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-tree/src/WINNT/afsd
Modified Files:
cm_dcache.c cm_ioctl.c cm_vnodeops.c fs_utils.c smb.c smb.h
smb3.c smb_ioctl.c
Log Message:
DELTA ioctl-changes-20040603
AUTHOR jaltman@mit.edu
Fix more edge cases for ioctl handling.
* cm_dcache.c: reformat the file to make it possible to set breakpoints
on conditionals
* cm_ioctl.c: add a call to smb_FindShare() when processing UNC paths
* cm_vnodeops.c: move debug message from the afsi_log to the osi_log
* fs_utils.c: reformat
* smb.c: change smb_FindShare to take a smb_user_t * instead of a
pointer to the input smb_packet_t. Change calls to smb_FindShare
to use new prototype.
* smb.h: change prototype for smb_FindShare
* smb3.c: Change calls to smb_FindShare to use new prototype
* smb_ioctl.c: reorganize use of smb_user_t so it can be passed
to smb_IoctlPrepareRead in order for it to be used in the call
to smb_FindShare.
--- DELTA config follows ---
ioctl-changes-20040603 openafs/src/WINNT/afsd/cm_dcache.c 1.6 1.7
ioctl-changes-20040603 openafs/src/WINNT/afsd/cm_ioctl.c 1.22 1.23
ioctl-changes-20040603 openafs/src/WINNT/afsd/cm_vnodeops.c 1.11 1.12
ioctl-changes-20040603 openafs/src/WINNT/afsd/fs_utils.c 1.6 1.7
ioctl-changes-20040603 openafs/src/WINNT/afsd/smb.c 1.41 1.42
ioctl-changes-20040603 openafs/src/WINNT/afsd/smb.h 1.9 1.10
ioctl-changes-20040603 openafs/src/WINNT/afsd/smb3.c 1.31 1.32
ioctl-changes-20040603 openafs/src/WINNT/afsd/smb_ioctl.c 1.12 1.13