s3: smbd: Cause SMB2_OP_FLUSH to go synchronous in a compound anywhere but the last...
authorJeremy Allison <jra@samba.org>
Thu, 20 Oct 2022 22:19:05 +0000 (15:19 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 17 Nov 2022 05:55:42 +0000 (05:55 +0000)
commit26adf3344337f4e8d5d2107e6ba42e5ea7656372
treeb88182695dd7a2ed743fc1cb895d381304905621
parente668c3a82cd566b405c976d45659dd79786948de
s3: smbd: Cause SMB2_OP_FLUSH to go synchronous in a compound anywhere but the last operation in the list.

Async read and write go synchronous in the same case,
so do the same here.

Remove knownfail.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15172

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Thu Nov 17 05:55:42 UTC 2022 on sn-devel-184
selftest/knownfail.d/compound_async [deleted file]
source3/smbd/smb2_flush.c