Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100532
b: refs/heads/master
c: 9fe068e
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Thomas Gleixner committed May 23, 2008
1 parent 668f9bd commit 4172bbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4823ed7eadf35e4b57ce581327e21d39585f1f32
refs/heads/master: 9fe068e92f6290e89e19adc521441661a1229f00
4 changes: 2 additions & 2 deletions trunk/kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -2417,8 +2417,8 @@ tracing_read_pipe(struct file *filp, char __user *ubuf,

mutex_unlock(&trace_types_lock);

/* sleep for one second, and try again. */
schedule_timeout(HZ);
/* sleep for 100 msecs, and try again. */
schedule_timeout(HZ/10);

mutex_lock(&trace_types_lock);

Expand Down

0 comments on commit 4172bbe

Please sign in to comment.