Remove the compound_related_in_progress state from the smb2 global state.
commitef94e7c2a58cfa5d54212e99186e5dbc5fe39ddb
authorJeremy Allison <jra@samba.org>
Wed, 8 May 2013 22:10:32 +0000 (8 15:10 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 17 Jun 2013 07:20:07 +0000 (17 09:20 +0200)
tree42ffa3de334b25ee31f87d6552d20f6f475bdae6
parent07640e4bcc629beac6a30676bd3a0ea984aa2455
Remove the compound_related_in_progress state from the smb2 global state.

And also remove the restriction that we can't read a new
request whilst we're in this state.

Signed-off-by: Jeremy Allison <jra@samba.org>
The last 4 patches address bug #9722 - Samba does not properly handle Oplock
breaks in compound requests.
(cherry picked from commit 9094b538c85a550b40827799f56427a926d315cd)
source3/smbd/globals.h
source3/smbd/smb2_server.c