mirror of https://gitee.com/openkylin/linux.git
drbd: Make _drbd_send_bitmap() static
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
parent
e307f352b4
commit
058820cdd7
|
@ -1201,7 +1201,6 @@ extern int drbd_send_drequest_csum(struct drbd_conf *mdev, sector_t sector,
|
|||
extern int drbd_send_ov_request(struct drbd_conf *mdev,sector_t sector,int size);
|
||||
|
||||
extern int drbd_send_bitmap(struct drbd_conf *mdev);
|
||||
extern int _drbd_send_bitmap(struct drbd_conf *mdev);
|
||||
extern void drbd_send_sr_reply(struct drbd_conf *mdev, enum drbd_state_rv retcode);
|
||||
extern int conn_send_sr_reply(struct drbd_tconn *tconn, enum drbd_state_rv retcode);
|
||||
extern void drbd_free_bc(struct drbd_backing_dev *ldev);
|
||||
|
|
|
@ -1182,7 +1182,7 @@ send_bitmap_rle_or_plain(struct drbd_conf *mdev,
|
|||
}
|
||||
|
||||
/* See the comment at receive_bitmap() */
|
||||
int _drbd_send_bitmap(struct drbd_conf *mdev)
|
||||
static int _drbd_send_bitmap(struct drbd_conf *mdev)
|
||||
{
|
||||
struct bm_xfer_ctx c;
|
||||
struct p_header *p;
|
||||
|
|
Loading…
Reference in New Issue