Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.
authorJeremy Allison <jra@samba.org>
Sat, 24 Apr 2010 07:29:41 +0000 (00:29 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 24 Apr 2010 07:29:41 +0000 (00:29 -0700)
commita796542a930dec93c2a747c4b015d8d650a081fd
tree62622992bf5d3599c12374de34768f7f1291a690
parent247273196ff8035ef16805f04fe7c32ef9a8be50
Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.

Seems to work but needs more tests (to be added).

Jeremy.
source3/smbd/globals.h
source3/smbd/oplock.c
source3/smbd/smb2_break.c
source3/smbd/smb2_create.c
source3/smbd/smb2_server.c