mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3: VFS: glusterfs: Initialise fstreaminfo_fn to NULL
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
8e469af3cf
commit
de29a2a076
@ -2352,6 +2352,7 @@ static struct vfs_fn_pointers glusterfs_fns = {
|
|||||||
.chflags_fn = vfs_gluster_chflags,
|
.chflags_fn = vfs_gluster_chflags,
|
||||||
.file_id_create_fn = NULL,
|
.file_id_create_fn = NULL,
|
||||||
.streaminfo_fn = NULL,
|
.streaminfo_fn = NULL,
|
||||||
|
.fstreaminfo_fn = NULL,
|
||||||
.get_real_filename_fn = vfs_gluster_get_real_filename,
|
.get_real_filename_fn = vfs_gluster_get_real_filename,
|
||||||
.connectpath_fn = vfs_gluster_connectpath,
|
.connectpath_fn = vfs_gluster_connectpath,
|
||||||
.create_dfs_pathat_fn = vfs_gluster_create_dfs_pathat,
|
.create_dfs_pathat_fn = vfs_gluster_create_dfs_pathat,
|
||||||
|
Loading…
Reference in New Issue
Block a user