]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_ceph_new: Hold a config reference in vfs_ceph_fh
authorAnoop C S <anoopcs@samba.org>
Thu, 5 Sep 2024 08:31:37 +0000 (14:01 +0530)
committerJule Anger <janger@samba.org>
Mon, 17 Feb 2025 16:09:09 +0000 (16:09 +0000)
commit8f85064175e5a2d2ee31a5ba7b642611fd65a7e0
tree96691e962fc01787c324eb07c6f6dc4d354fc21f
parent2cc98d3959938fbb9e707e80b215cbdab4fb8d61
vfs_ceph_new: Hold a config reference in vfs_ceph_fh

This is required to perform the cleanup when fsp extension destructor is
called as part of VFS_REMOVE_FSP_EXTENSION where mount information and
function references are to be used in upcoming changes.

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 250af54250bed87928250b95db663ff13cc1f42a)
source3/modules/vfs_ceph_new.c