Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105886
b: refs/heads/master
c: 7e9abd8
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Linus Torvalds committed Jul 25, 2008
1 parent b223aee commit 3ff555e
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: 9d96d82da437ed5f2053821779ed5d7797ed1f81
refs/heads/master: 7e9abd89cbdf9b73d327d8173343abce9022609b
4 changes: 2 additions & 2 deletions trunk/kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,11 +415,11 @@ static struct css_set *find_css_set(

/* First see if we already have a cgroup group that matches
* the desired set */
write_lock(&css_set_lock);
read_lock(&css_set_lock);
res = find_existing_css_set(oldcg, cgrp, template);
if (res)
get_css_set(res);
write_unlock(&css_set_lock);
read_unlock(&css_set_lock);

if (res)
return res;
Expand Down

0 comments on commit 3ff555e

Please sign in to comment.