The core of the fix to allow opens to go async inside a compound request.
commit10cbcfd167a4d7b1a22f9b42b684a66e424cbede
authorJeremy Allison <jra@samba.org>
Thu, 2 May 2013 20:55:53 +0000 (2 13:55 -0700)
committerRichard Sharpe <sharpe@samba.org>
Tue, 7 May 2013 15:58:45 +0000 (7 17:58 +0200)
treeb302478969397dce5f36c9568dd0f89b96a0776f
parent1102e73832f78ca5decc928d6c3649d4fe68eab7
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>
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
source3/smbd/smb2_server.c