From 01c9cbadb02768abdb35a6693c985ed90012145c Mon Sep 17 00:00:00 2001 From: Lukas Stockner Date: Wed, 12 Nov 2025 00:43:57 +0100 Subject: [PATCH] include/rados/librados.h: fix documented rados_cluster_fsid return value Signed-off-by: Lukas Stockner --- src/include/rados/librados.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index 35211186e2504..d788e64e2a527 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -658,7 +658,7 @@ CEPH_RADOS_API int rados_cluster_stat(rados_t cluster, * @param cluster where to get the fsid * @param buf where to write the fsid * @param len the size of buf in bytes (should be 37) - * @returns 0 on success, negative error code on failure + * @returns length of the string on success, negative error code on failure * @returns -ERANGE if the buffer is too short to contain the * fsid */ -- 2.39.5