Merge pull request #50735 from yangdongsheng/rbd_quiesce

librbd: fix wrong attribute for rbd_quiesce_complete api

Reviewed-by: Mykola Golub <mgolub@suse.com>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
Ilya Dryomov 2023-03-29 17:19:02 +02:00 committed by GitHub
commit f5598a8c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1526,8 +1526,8 @@ CEPH_RBD_API int rbd_quiesce_watch(rbd_image_t image,
* @param handle which watch is complete
* @param r the return code
*/
CEPH_RADOS_API void rbd_quiesce_complete(rbd_image_t image, uint64_t handle,
int r);
CEPH_RBD_API void rbd_quiesce_complete(rbd_image_t image, uint64_t handle,
int r);
/**
* Unregister a quiesce/unquiesce watcher.