Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
{
std::string t;
dn->make_path_string(t, true);
+ dout(20) << " stray_prior_path = " << t << dendl;
pi.inode->stray_prior_path = std::move(t);
}
pi.inode->version = in->pre_dirty();
{
std::string t;
destdn->make_path_string(t, true);
+ dout(20) << " stray_prior_path = " << t << dendl;
tpi->stray_prior_path = std::move(t);
}
tpi->nlink--;
const vector<uint64_t> *caller_gid_list,
int new_uid, int new_gid)
{
+ dout(20) << __func__ << ": " << *in
+ << " caller_uid=" << caller_uid
+ << " caller_gid=" << caller_gid
+ << " caller_gid_list=" << *caller_gid_list
+ << dendl;
+
string path;
CInode *diri = NULL;
if (!in->is_base())