diff options
Diffstat (limited to 'block/blktrace.c')
-rw-r--r-- | block/blktrace.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/block/blktrace.c b/block/blktrace.c index 834cd84037b2..ca6d32061e4f 100644 --- a/block/blktrace.c +++ b/block/blktrace.c | |||
@@ -1086,8 +1086,6 @@ static void blk_tracer_print_header(struct seq_file *m) | |||
1086 | 1086 | ||
1087 | static void blk_tracer_start(struct trace_array *tr) | 1087 | static void blk_tracer_start(struct trace_array *tr) |
1088 | { | 1088 | { |
1089 | tracing_reset_online_cpus(tr); | ||
1090 | |||
1091 | mutex_lock(&blk_probe_mutex); | 1089 | mutex_lock(&blk_probe_mutex); |
1092 | if (atomic_add_return(1, &blk_probes_ref) == 1) | 1090 | if (atomic_add_return(1, &blk_probes_ref) == 1) |
1093 | if (blk_register_tracepoints()) | 1091 | if (blk_register_tracepoints()) |