]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/module: VFS: fruit: vfs_streaminfo -> vfs_fstreaminfo
authorNoel Power <noel.power@suse.com>
Wed, 28 Apr 2021 15:58:35 +0000 (16:58 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 11 May 2021 15:49:28 +0000 (15:49 +0000)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_fruit.c

index e90443d01a960362dfdb20d793c0544f0c6710e8..d7bfe4f57228a3413dbc6a7958db57f54195ad6a 100644 (file)
@@ -4693,8 +4693,7 @@ static void fruit_offload_write_done(struct tevent_req *subreq)
         * streams, because we're in vfs_fruit. We don't do this async
         * because streams are few and small.
         */
-       status = vfs_streaminfo(state->handle->conn, state->src_fsp,
-                               state->src_fsp->fsp_name,
+       status = vfs_fstreaminfo(state->src_fsp,
                                req, &num_streams, &streams);
        if (tevent_req_nterror(req, status)) {
                return;