smbd: Store "struct deferred_open_record" instead of anonymous data on pml
commit0ead434b84a7c3226ac223acc79ad0e794da3877
authorVolker Lendecke <vl@samba.org>
Fri, 20 Jun 2014 14:12:14 +0000 (20 14:12 +0000)
committerVolker Lendecke <vl@samba.org>
Sat, 21 Jun 2014 18:38:11 +0000 (21 20:38 +0200)
tree12387237bea0a1e1a9228cc74ed4907d84e0bfb5
parent01c197dc159297d9abdc62f0d2f69d4724b9fc5c
smbd: Store "struct deferred_open_record" instead of anonymous data on pml

The main point is to get a talloc parent that will go away when the
request is cancelled

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/globals.h
source3/smbd/open.c
source3/smbd/process.c
source3/smbd/proto.h
source3/smbd/smb2_create.c