md: use sector_t in bitmap_get_counter
[deliverable/linux.git] / drivers / md / raid10.c
index f0d082f749bea117522d7fc45be67320fb5ce9fc..387fe4b4fab7aed191f5fe4a1e9a2d6ec68d1725 100644 (file)
@@ -1820,7 +1820,7 @@ static sector_t sync_request(mddev_t *mddev, sector_t sector_nr, int *skipped, i
        int disk;
        int i;
        int max_sync;
-       int sync_blocks;
+       sector_t sync_blocks;
 
        sector_t sectors_skipped = 0;
        int chunks_skipped = 0;
This page took 0.038285 seconds and 5 git commands to generate.