s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.
authorJeremy Allison <jra@samba.org>
Fri, 4 Mar 2016 22:16:13 +0000 (14:16 -0800)
committerRalph Boehme <slow@samba.org>
Mon, 7 Mar 2016 16:58:17 +0000 (17:58 +0100)
commitf67d11676fed97a6c1ad468e22bad8c5d8fe24f5
tree7de4cb43f8952a794a27ec97f7512b58a3cc948d
parentfc122d92550ce39efbf019dcb01f3a54e8bfa89c
s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.

Prepare for changing vfs_streaminfo to do the same.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/open.c