Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147217
b: refs/heads/master
c: 5af7591
h: refs/heads/master
i:
  147215: e65601b
v: v3
  • Loading branch information
Mike Galbraith authored and Ingo Molnar committed Feb 11, 2009
1 parent b3e3083 commit fe093fb
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: ffc046729381ec039a87dc2c00d2899fcc8785e3
refs/heads/master: 5af759176cc767e7426f89764bde4996ebaaf419
2 changes: 1 addition & 1 deletion trunk/kernel/perf_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1145,12 +1145,12 @@ static int perf_release(struct inode *inode, struct file *file)
mutex_lock(&counter->mutex);

perf_counter_remove_from_context(counter);
put_context(ctx);

mutex_unlock(&counter->mutex);
mutex_unlock(&ctx->mutex);

kfree(counter);
put_context(ctx);

return 0;
}
Expand Down

0 comments on commit fe093fb

Please sign in to comment.