|
|
@@ -1001,7 +1001,7 @@ static void ops_run_io(struct stripe_head *sh, struct stripe_head_state *s)
|
|
|
: raid5_end_read_request;
|
|
|
bi->bi_private = sh;
|
|
|
|
|
|
- pr_debug("%s: for %llu schedule op %ld on disc %d\n",
|
|
|
+ pr_debug("%s: for %llu schedule op %d on disc %d\n",
|
|
|
__func__, (unsigned long long)sh->sector,
|
|
|
bi->bi_rw, i);
|
|
|
atomic_inc(&sh->count);
|
|
|
@@ -1052,7 +1052,7 @@ static void ops_run_io(struct stripe_head *sh, struct stripe_head_state *s)
|
|
|
rbi->bi_end_io = raid5_end_write_request;
|
|
|
rbi->bi_private = sh;
|
|
|
|
|
|
- pr_debug("%s: for %llu schedule op %ld on "
|
|
|
+ pr_debug("%s: for %llu schedule op %d on "
|
|
|
"replacement disc %d\n",
|
|
|
__func__, (unsigned long long)sh->sector,
|
|
|
rbi->bi_rw, i);
|
|
|
@@ -1087,7 +1087,7 @@ static void ops_run_io(struct stripe_head *sh, struct stripe_head_state *s)
|
|
|
if (!rdev && !rrdev) {
|
|
|
if (op_is_write(op))
|
|
|
set_bit(STRIPE_DEGRADED, &sh->state);
|
|
|
- pr_debug("skip op %ld on disc %d for sector %llu\n",
|
|
|
+ pr_debug("skip op %d on disc %d for sector %llu\n",
|
|
|
bi->bi_rw, i, (unsigned long long)sh->sector);
|
|
|
clear_bit(R5_LOCKED, &sh->dev[i].flags);
|
|
|
set_bit(STRIPE_HANDLE, &sh->state);
|