WRAP_RETURN(result);
}
-static int cephwrap_readlink(struct vfs_handle_struct *handle,
- const struct smb_filename *smb_fname,
- char *buf,
- size_t bufsiz)
-{
- int result = -1;
- DBG_DEBUG("[CEPH] readlink(%p, %s, %p, %llu)\n", handle,
- smb_fname->base_name, buf, llu(bufsiz));
- result = ceph_readlink(handle->data, smb_fname->base_name, buf, bufsiz);
- DBG_DEBUG("[CEPH] readlink(...) = %d\n", result);
- WRAP_RETURN(result);
-}
-
static int cephwrap_readlinkat(struct vfs_handle_struct *handle,
files_struct *dirfsp,
const struct smb_filename *smb_fname,
.linux_setlease_fn = cephwrap_linux_setlease,
.getlock_fn = cephwrap_getlock,
.symlink_fn = cephwrap_symlink,
- .readlink_fn = cephwrap_readlink,
.readlinkat_fn = cephwrap_readlinkat,
.linkat_fn = cephwrap_linkat,
.mknodat_fn = cephwrap_mknodat,