Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions kernel/trace/blktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,12 @@ static void blk_trace_setup_finalize(struct request_queue *q,
* to underscores for this to work as expected
*/
strreplace(buts->name, '/', '_');
if (version == 1 && IS_ENABLED(CONFIG_BLK_DEV_ZONED)) {
pr_info("%s: blktrace events for zone operations will be dropped\n",
name);
pr_info("use blktrace tools version >= 2 to track zone operations\n");

}

bt->version = version;
bt->act_mask = buts->act_mask;
Expand Down
Loading