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)
struct cephmount_cached *cme;
struct UserPerm *uperm;
struct files_struct *fsp;
+ struct vfs_ceph_config *config;
struct vfs_ceph_iref iref;
struct Fh *fh;
int fd;
(*out_cfh)->cme = cme;
(*out_cfh)->uperm = uperm;
(*out_cfh)->fsp = fsp;
+ (*out_cfh)->config = config;
(*out_cfh)->fd = -1;
return 0;
}