Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126274
b: refs/heads/master
c: 3007967
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Jan 6, 2009
1 parent 0c0090b commit 33e2176
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: 8cef7d57a4a47ef7166acde05eea0bc4f723691c
refs/heads/master: 30079677428ae1349d5063b96f677270dfd54309
2 changes: 2 additions & 0 deletions trunk/lib/proportions.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ void prop_change_shift(struct prop_descriptor *pd, int shift)
* this is used to track the active references.
*/
static struct prop_global *prop_get_global(struct prop_descriptor *pd)
__acquires(RCU)
{
int index;

Expand All @@ -160,6 +161,7 @@ static struct prop_global *prop_get_global(struct prop_descriptor *pd)
}

static void prop_put_global(struct prop_descriptor *pd, struct prop_global *pg)
__releases(RCU)
{
rcu_read_unlock();
}
Expand Down

0 comments on commit 33e2176

Please sign in to comment.