Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
}
/*
* Create a struct can tell us if we're recursing
- * into open_pathref_fsp() in this module. This will
+ * into openat_pathref_fsp() in this module. This will
* go away once we have SMB_VFS_STATX() and we will
* have a way for a caller to as for specific stat
* fields in a granular way. Then we will know exactly
}
}
if (!NT_STATUS_IS_OK(status)) {
- DBG_DEBUG("open_pathref_fsp [%s] failed: %s\n",
+ DBG_DEBUG("openat_pathref_fsp [%s] failed: %s\n",
smb_fname_str_dbg(smb_fname),
nt_errstr(status));
return status;
* sense. It's a object that "links" together an fsp and an smb_fname
* and the link allocated as talloc child of an fsp.
*
- * The link is created for fsps that open_pathref_fsp() returns in
+ * The link is created for fsps that openat_pathref_fsp() returns in
* smb_fname->fsp. When this fsp is freed by file_free() by some caller
* somewhere, the destructor fsp_smb_fname_link_destructor() on the link object
* will use the link to reset the reference in smb_fname->fsp that is about to