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