Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141022
b: refs/heads/master
c: 09f1f24
h: refs/heads/master
v: v3
  • Loading branch information
Tom Zanussi authored and Ingo Molnar committed Mar 24, 2009
1 parent ecc7270 commit 2e0409b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1fc2d5c11918082536acf261ce6abb1f5511053f
refs/heads/master: 09f1f245c79585383de63e3ca54d0f91824bff3a
2 changes: 2 additions & 0 deletions trunk/kernel/trace/trace_events.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ event_filter_write(struct file *filp, const char __user *ubuf, size_t cnt,

if (pred->clear) {
filter_free_preds(call);
filter_free_pred(pred);
return cnt;
}

Expand Down Expand Up @@ -581,6 +582,7 @@ subsystem_filter_write(struct file *filp, const char __user *ubuf, size_t cnt,

if (pred->clear) {
filter_free_subsystem_preds(system);
filter_free_pred(pred);
return cnt;
}

Expand Down

0 comments on commit 2e0409b

Please sign in to comment.