The core of the fix to allow opens to go async inside a compound request.
commitf4900ce9e0c52beb2dcf34eaf4bcd5f398d7900c
authorJeremy Allison <jra@samba.org>
Wed, 8 May 2013 22:08:50 +0000 (8 15:08 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 13 May 2013 07:29:40 +0000 (13 09:29 +0200)
tree0fb96ffee25e7db43f258d6529bf1c3f9556c6e5
parent5185365c6b215905663aca5161924a357268f64d
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>
source3/smbd/smb2_server.c