]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:smbd: let aio_add_req_to_fsp() return the pointer to the link
authorAndreas Schneider <asn@samba.org>
Fri, 23 Aug 2024 12:35:07 +0000 (14:35 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 29 Jan 2025 11:20:33 +0000 (11:20 +0000)
commitbb26e104d6466bdc153508d670370c5d54fc032e
tree4bed11fd25aae65045865a42ef50c408308d2161
parent2a90b06679ae6415c4d60dc14a17385da85668c6
s3:smbd: let aio_add_req_to_fsp() return the pointer to the link

This allows the caller to free the link before the request.

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

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Andreas Schneider <asn@samba.org>
source3/smbd/proto.h
source3/smbd/smb2_aio.c