Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140672
b: refs/heads/master
c: 700a3dc
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Jan 29, 2009
1 parent 096694d commit e8bd41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce181ebeff398e7d1a9c6cb92eb035a6d2d07489
refs/heads/master: 700a3dcb9036d17d3a67d0a7ceee9d4373fbb570
7 changes: 1 addition & 6 deletions trunk/block/blktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1109,12 +1109,7 @@ static void blk_tracer_print_header(struct seq_file *m)

static void blk_tracer_start(struct trace_array *tr)
{
int cpu;

tr->time_start = ftrace_now(tr->cpu);

for_each_online_cpu(cpu)
tracing_reset(tr, cpu);
tracing_reset_online_cpus(tr);

mutex_lock(&blk_probe_mutex);
if (atomic_add_return(1, &blk_probes_ref) == 1)
Expand Down

0 comments on commit e8bd41a

Please sign in to comment.