s3:smb2_server: make sure we grant credits on async read/write operations (bug #8357)
authorStefan Metzmacher <metze@samba.org>
Sat, 6 Aug 2011 08:19:21 +0000 (10:19 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Aug 2011 11:17:29 +0000 (13:17 +0200)
commit648d025b45e8800d6994a800945b8dee3862b643
treefa51b4ec58269e1b8d12a56a97ca71f925ac1870
parentd165fd17b59fe103639afa9b59ac133098b3f648
s3:smb2_server: make sure we grant credits on async read/write operations (bug #8357)

Currently we skip, the "gone async" interim response on read and write,
this caused the aio code path to grant 0 credits to the client
in the read/write responses.

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Aug  7 22:23:57 CEST 2011 on sn-devel-104
(cherry picked from commit 47bffb9b9243dc72d7305cd9ec3e63e176841bf5)
(cherry picked from commit cbd408df89ec51fb06fbfb935458eb8425639bed)
source3/smbd/smb2_server.c