Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131483
b: refs/heads/master
c: b851ee7
h: refs/heads/master
i:
  131481: 0d15a08
  131479: f3c9794
v: v3
  • Loading branch information
Li Zefan authored and Linus Torvalds committed Feb 18, 2009
1 parent 1be8c2a commit a9544ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: b6d6c5175809934e04a606d9193ef04924a7a7d9
refs/heads/master: b851ee7921fabdd7dfc96ffc4e9609f5062bd12b
6 changes: 2 additions & 4 deletions trunk/Documentation/cgroups/cgroups.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,8 @@ cgroup file system directories.
When a task is moved from one cgroup to another, it gets a new
css_set pointer - if there's an already existing css_set with the
desired collection of cgroups then that group is reused, else a new
css_set is allocated. Note that the current implementation uses a
linear search to locate an appropriate existing css_set, so isn't
very efficient. A future version will use a hash table for better
performance.
css_set is allocated. The appropriate existing css_set is located by
looking into a hash table.

To allow access from a cgroup to the css_sets (and hence tasks)
that comprise it, a set of cg_cgroup_link objects form a lattice;
Expand Down

0 comments on commit a9544ea

Please sign in to comment.