summaryrefslogtreecommitdiff
path: root/src/include/cephfs/libcephfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cephfs/libcephfs.h')
-rw-r--r--src/include/cephfs/libcephfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cephfs/libcephfs.h b/src/include/cephfs/libcephfs.h
index c45c19d8c96..bf8634ff0f2 100644
--- a/src/include/cephfs/libcephfs.h
+++ b/src/include/cephfs/libcephfs.h
@@ -1291,7 +1291,7 @@ int ceph_ll_unlink(struct ceph_mount_info *cmount, struct Inode *in,
int ceph_ll_statfs(struct ceph_mount_info *cmount, struct Inode *in,
struct statvfs *stbuf);
int ceph_ll_readlink(struct ceph_mount_info *cmount, struct Inode *in,
- char **value, int uid, int gid);
+ char *buf, size_t bufsize, int uid, int gid);
int ceph_ll_symlink(struct ceph_mount_info *cmount, struct Inode *parent,
const char *name, const char *value, struct stat *attr,
struct Inode **in, int uid, int gid);