Skip to content

Commit 2ed3e3b

Browse files
authored
Merge pull request ceph#66207 from steliaio/fix-rados-fsid-return-doc
include/rados/librados.h: fix documented rados_cluster_fsid return value Reviewed-by: Casey Bodley <[email protected]>
2 parents c231a32 + 01c9cba commit 2ed3e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/rados/librados.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ CEPH_RADOS_API int rados_cluster_stat(rados_t cluster,
658658
* @param cluster where to get the fsid
659659
* @param buf where to write the fsid
660660
* @param len the size of buf in bytes (should be 37)
661-
* @returns 0 on success, negative error code on failure
661+
* @returns length of the string on success, negative error code on failure
662662
* @returns -ERANGE if the buffer is too short to contain the
663663
* fsid
664664
*/

0 commit comments

Comments
 (0)