From: Noel Power Date: Wed, 28 Apr 2021 15:58:35 +0000 (+0100) Subject: s3/module: VFS: fruit: vfs_streaminfo -> vfs_fstreaminfo X-Git-Tag: tevent-0.11.0~917 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bca55aea1072113564b610f8bc8f7a21a0f69a9;p=thirdparty%2Fsamba.git s3/module: VFS: fruit: vfs_streaminfo -> vfs_fstreaminfo Signed-off-by: Noel Power Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index e90443d01a9..d7bfe4f5722 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -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;