Nothing calls this method.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
return r;
}
-int Client::lookup_parent(Inode *ino, const UserPerm& perms, Inode **parent)
-{
- std::lock_guard lock(client_lock);
- return _lookup_parent(ino, perms, parent);
-}
-
/**
* Populate the parent dentry for `ino`, provided it is
* a child of `parent`.
int lookup_hash(inodeno_t ino, inodeno_t dirino, const char *name,
const UserPerm& perms);
int lookup_ino(inodeno_t ino, const UserPerm& perms, Inode **inode=NULL);
- int lookup_parent(Inode *in, const UserPerm& perms, Inode **parent=NULL);
int lookup_name(Inode *in, Inode *parent, const UserPerm& perms);
int close(int fd);
loff_t lseek(int fd, loff_t offset, int whence);