Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191453
b: refs/heads/master
c: 668eb65
h: refs/heads/master
i:
  191451: 705c17d
v: v3
  • Loading branch information
Thiago Farina authored and Steven Rostedt committed May 5, 2010
1 parent 14cbda3 commit db9eaef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2e26ca7150a4f2ab3e69471dfc65f131e7dd7a05
refs/heads/master: 668eb65f092902eb7dd526af73d4a7f025a94612
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ void *trace_seq_reserve(struct trace_seq *s, size_t len)
void *ret;

if (s->full)
return 0;
return NULL;

if (len > ((PAGE_SIZE - 1) - s->len)) {
s->full = 1;
Expand Down

0 comments on commit db9eaef

Please sign in to comment.