From: Ralph Boehme Date: Thu, 30 Apr 2020 14:28:55 +0000 (+0200) Subject: vfs_glusterfs: realign vfs_gluster_get_real_filename() args X-Git-Tag: ldb-2.2.0~688 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af1af901e7c098ec3729576c25c0cee9be1440b2;p=thirdparty%2Fsamba.git vfs_glusterfs: realign vfs_gluster_get_real_filename() args Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c index 90e0491e6ea..2c00a2f6489 100644 --- a/source3/modules/vfs_glusterfs.c +++ b/source3/modules/vfs_glusterfs.c @@ -1751,8 +1751,10 @@ static int vfs_gluster_chflags(struct vfs_handle_struct *handle, } static int vfs_gluster_get_real_filename(struct vfs_handle_struct *handle, - const char *path, const char *name, - TALLOC_CTX *mem_ctx, char **found_name) + const char *path, + const char *name, + TALLOC_CTX *mem_ctx, + char **found_name) { int ret; char key_buf[GLUSTER_NAME_MAX + 64];