Hi,

I was going through the vfs_fsal_obj_handle workflow. As part of the
function alloc_handle we allocate the handle with the help of
vfs_sub_alloc_handle.

vfs_sub_alloc_handle allocates vfs_fsal_obj_handle and vfs_file_handle_t
back to back. And when releasing the handle (obj_ops->release), it calls
free on the vfs_fsal_obj_handle. So, when is vfs_file_handle_t freed? Am I
missing something here?

Thanks,
Sriram
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to