diff options
-rw-r--r-- | drivers/block/drbd/drbd_req.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/drbd/drbd_req.c b/drivers/block/drbd/drbd_req.c index ef145e33a647..810070146862 100644 --- a/drivers/block/drbd/drbd_req.c +++ b/drivers/block/drbd/drbd_req.c | |||
@@ -37,6 +37,7 @@ static void _drbd_start_io_acct(struct drbd_conf *mdev, struct drbd_request *req | |||
37 | const int rw = bio_data_dir(bio); | 37 | const int rw = bio_data_dir(bio); |
38 | int cpu; | 38 | int cpu; |
39 | cpu = part_stat_lock(); | 39 | cpu = part_stat_lock(); |
40 | part_round_stats(cpu, &mdev->vdisk->part0); | ||
40 | part_stat_inc(cpu, &mdev->vdisk->part0, ios[rw]); | 41 | part_stat_inc(cpu, &mdev->vdisk->part0, ios[rw]); |
41 | part_stat_add(cpu, &mdev->vdisk->part0, sectors[rw], bio_sectors(bio)); | 42 | part_stat_add(cpu, &mdev->vdisk->part0, sectors[rw], bio_sectors(bio)); |
42 | part_inc_in_flight(&mdev->vdisk->part0, rw); | 43 | part_inc_in_flight(&mdev->vdisk->part0, rw); |