]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_ceph_new: Call vfs_ceph_userperm_new with handle->conn
authorAnoop C S <anoopcs@samba.org>
Thu, 5 Sep 2024 09:20:48 +0000 (14:50 +0530)
committerJule Anger <janger@samba.org>
Mon, 17 Feb 2025 16:09:09 +0000 (16:09 +0000)
commit2cc98d3959938fbb9e707e80b215cbdab4fb8d61
treed919d8292715e77ea4744fc0760993bc81fe2cd5
parent9a91d70044b78980b66ccd21072179a137e1f38d
vfs_ceph_new: Call vfs_ceph_userperm_new with handle->conn

vfs_ceph_userperm_new() only need connection structure from handle
for fetching the current unix token. Therefore modify the signature
to accept just handle->conn.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15703

Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
(cherry picked from commit 8c1d774c7e206bb413284d500c5aa950ac3dd3d5)
source3/modules/vfs_ceph_new.c