Nothing calls this.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
return has_more() && more()->slave_rolling_back;
}
-bool MDRequestImpl::did_ino_allocation() const
-{
- return alloc_ino || used_prealloc_ino || prealloc_inos.size();
-}
-
bool MDRequestImpl::freeze_auth_pin(CInode *inode)
{
ceph_assert(!more()->rename_inode || more()->rename_inode == inode);
bool has_witnesses();
bool slave_did_prepare();
bool slave_rolling_back();
- bool did_ino_allocation() const;
bool freeze_auth_pin(CInode *inode);
void unfreeze_auth_pin(bool clear_inode=false);
void set_remote_frozen_auth_pin(CInode *inode);