@@ -3422,6 +3422,7 @@ void drbd_uuid_set_bm(struct drbd_device *device, u64 val) __must_hold(local)
34223422/**
34233423 * drbd_bmio_set_n_write() - io_fn for drbd_queue_bitmap_io() or drbd_bitmap_io()
34243424 * @device: DRBD device.
3425+ * @peer_device: Peer DRBD device.
34253426 *
34263427 * Sets all bits in the bitmap and writes the whole bitmap to stable storage.
34273428 */
@@ -3448,6 +3449,7 @@ int drbd_bmio_set_n_write(struct drbd_device *device,
34483449/**
34493450 * drbd_bmio_clear_n_write() - io_fn for drbd_queue_bitmap_io() or drbd_bitmap_io()
34503451 * @device: DRBD device.
3452+ * @peer_device: Peer DRBD device.
34513453 *
34523454 * Clears all bits in the bitmap and writes the whole bitmap to stable storage.
34533455 */
@@ -3501,6 +3503,7 @@ static int w_bitmap_io(struct drbd_work *w, int unused)
35013503 * @done: callback to be called after the bitmap IO was performed
35023504 * @why: Descriptive text of the reason for doing the IO
35033505 * @flags: Bitmap flags
3506+ * @peer_device: Peer DRBD device.
35043507 *
35053508 * While IO on the bitmap happens we freeze application IO thus we ensure
35063509 * that drbd_set_out_of_sync() can not be called. This function MAY ONLY be
@@ -3549,6 +3552,7 @@ void drbd_queue_bitmap_io(struct drbd_device *device,
35493552 * @io_fn: IO callback to be called when bitmap IO is possible
35503553 * @why: Descriptive text of the reason for doing the IO
35513554 * @flags: Bitmap flags
3555+ * @peer_device: Peer DRBD device.
35523556 *
35533557 * freezes application IO while that the actual IO operations runs. This
35543558 * functions MAY NOT be called from worker context.
0 commit comments