diff options
Diffstat (limited to 'include/trace')
| -rw-r--r-- | include/trace/events/block.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/trace/events/block.h b/include/trace/events/block.h index d8ce278515c3..b56c65dc105d 100644 --- a/include/trace/events/block.h +++ b/include/trace/events/block.h | |||
| @@ -486,16 +486,16 @@ TRACE_EVENT(block_split, | |||
| 486 | ); | 486 | ); |
| 487 | 487 | ||
| 488 | /** | 488 | /** |
| 489 | * block_remap - map request for a partition to the raw device | 489 | * block_bio_remap - map request for a logical device to the raw device |
| 490 | * @q: queue holding the operation | 490 | * @q: queue holding the operation |
| 491 | * @bio: revised operation | 491 | * @bio: revised operation |
| 492 | * @dev: device for the operation | 492 | * @dev: device for the operation |
| 493 | * @from: original sector for the operation | 493 | * @from: original sector for the operation |
| 494 | * | 494 | * |
| 495 | * An operation for a partition on a block device has been mapped to the | 495 | * An operation for a logical device has been mapped to the |
| 496 | * raw block device. | 496 | * raw block device. |
| 497 | */ | 497 | */ |
| 498 | TRACE_EVENT(block_remap, | 498 | TRACE_EVENT(block_bio_remap, |
| 499 | 499 | ||
| 500 | TP_PROTO(struct request_queue *q, struct bio *bio, dev_t dev, | 500 | TP_PROTO(struct request_queue *q, struct bio *bio, dev_t dev, |
| 501 | sector_t from), | 501 | sector_t from), |
