From: Jeremy Allison Date: Mon, 10 May 2021 22:07:35 +0000 (-0700) Subject: s3/modules: VFS: glusterfs: Remove SMB_VFS_STREAMINFO X-Git-Tag: tevent-0.11.0~909 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8e786cff4981a81406273d9c6ac2dc9e186165a;p=thirdparty%2Fsamba.git s3/modules: VFS: glusterfs: Remove SMB_VFS_STREAMINFO Signed-off-by: Jeremy Allison Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c index 6ae6cf225c8..7f34f18d069 100644 --- a/source3/modules/vfs_glusterfs.c +++ b/source3/modules/vfs_glusterfs.c @@ -2351,7 +2351,6 @@ static struct vfs_fn_pointers glusterfs_fns = { .realpath_fn = vfs_gluster_realpath, .chflags_fn = vfs_gluster_chflags, .file_id_create_fn = NULL, - .streaminfo_fn = NULL, .fstreaminfo_fn = NULL, .get_real_filename_fn = vfs_gluster_get_real_filename, .connectpath_fn = vfs_gluster_connectpath,