mirror of
https://github.com/ceph/ceph
synced 2024-12-25 21:03:31 +00:00
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:
commit
f5598a8c9e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user