Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105889
b: refs/heads/master
c: 8947f9d
h: refs/heads/master
i:
  105887: 784d34f
v: v3
  • Loading branch information
Li Zefan authored and Linus Torvalds committed Jul 25, 2008
1 parent ee86026 commit c1ece09
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: 71cbb949d17d4d776abd547135feb7f3282405c8
refs/heads/master: 8947f9d5b361ce927be6d5c11fed57905b7a4100
4 changes: 2 additions & 2 deletions trunk/kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static int root_count;
* extra work in the fork/exit path if none of the subsystems need to
* be called.
*/
static int need_forkexit_callback;
static int need_forkexit_callback __read_mostly;
static int need_mm_owner_callback __read_mostly;

/* convenient tests for these bits */
Expand Down Expand Up @@ -220,7 +220,7 @@ static struct hlist_head *css_set_hash(struct cgroup_subsys_state *css[])
* task until after the first call to cgroup_iter_start(). This
* reduces the fork()/exit() overhead for people who have cgroups
* compiled into their kernel but not actually in use */
static int use_task_css_set_links;
static int use_task_css_set_links __read_mostly;

/* When we create or destroy a css_set, the operation simply
* takes/releases a reference count on all the cgroups referenced
Expand Down

0 comments on commit c1ece09

Please sign in to comment.