On 05/05/2025 09:11, Christoph Hellwig wrote:
The block layer bounce buffering support is unused now, remove it. Signed-off-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Hannes Reinecke <hare@xxxxxxx>
Reviewed-by: John Garry <john.g.garry@xxxxxxxxxx>
unregister_trace_block_rq_merge(blk_add_trace_rq_merge, NULL); @@ -1462,7 +1454,6 @@ static const struct { [__BLK_TA_UNPLUG_TIMER] = {{ "UT", "unplug_timer" }, blk_log_unplug }, [__BLK_TA_INSERT] = {{ "I", "insert" }, blk_log_generic }, [__BLK_TA_SPLIT] = {{ "X", "split" }, blk_log_split }, - [__BLK_TA_BOUNCE] = {{ "B", "bounce" }, blk_log_generic },
I don't expect any problem if someone re-cycles "B" in future for another action
> [__BLK_TA_REMAP] = {{ "A", "remap" }, blk_log_remap }, > }; >