Stop smb2 from calling into smb1 blocking lock request code.
authorJeremy Allison <jra@samba.org>
Fri, 9 Apr 2010 05:15:55 +0000 (22:15 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 9 Apr 2010 05:15:55 +0000 (22:15 -0700)
commit08b24e923dff99d3d3c0618903a7ed2959640470
treeacfc07cc9c3aec2d1d78287b4fc58dbe143de627
parent3491f6d119d1f4c7e0a259a9993ce96783b77e23
Stop smb2 from calling into smb1 blocking lock request code.

Allocate a uint16_t internal SMB1 mid for an SMB2 request.
Add a back pointer from the faked up smb_request struct
to the smb2 request.

Getting ready to add restart code for blocking locks,
share mode violations and oplocks in SMB2.

Jeremy.
source3/include/smb.h
source3/smbd/blocking.c
source3/smbd/globals.h
source3/smbd/process.c
source3/smbd/smb2_glue.c
source3/smbd/smb2_lock.c