]> 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 09:53:26 +0000 (09:53 +0000)
commitc176fe4c975ab92296c3be6f1f0f50e9e2d688e1
tree1333bb7bc063c185c6490318ddc9b58e1264c0fa
parent254c0846118eb34914686c656b17aeb67bd5df33
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