The core of the fix to allow opens to go async inside a compound request.
commit07640e4bcc629beac6a30676bd3a0ea984aa2455
authorJeremy Allison <jra@samba.org>
Wed, 8 May 2013 22:08:50 +0000 (8 15:08 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 17 Jun 2013 07:20:07 +0000 (17 09:20 +0200)
tree708f7ed91aca785a4cb7ba229ed1c37fda8f3f19
parent2ced9a548c191b7c200af1451423df3cba41ca2e
The core of the fix to allow opens to go async inside a compound request.

This is only allowed for opens that cause an oplock break, otherwise it
is not allowed. See [MS-SMB2].pdf note <194> on Section 3.3.5.2.7.

Signed-off-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit f4900ce9e0c52beb2dcf34eaf4bcd5f398d7900c)
source3/smbd/smb2_server.c