]> 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)
committerAnoop C S <anoopcs@samba.org>
Thu, 12 Sep 2024 15:36:31 +0000 (15:36 +0000)
commit8c1d774c7e206bb413284d500c5aa950ac3dd3d5
tree3b23b05dbdce26d43659e542d17c9c0b3a59538d
parente4fc1df4b4486f5eed095135f905bdbf10bb1793
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>
source3/modules/vfs_ceph_new.c