diff options
| author | Li Zefan <[email protected]> | 2008-04-29 01:00:13 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-04-29 08:06:10 -0700 |
| commit | 28fd5dfc12bde391981dfdcf20755952b6e916af (patch) | |
| tree | ce0637c3f8c04d802b467cd518a9d0c076f1eeea /include/linux | |
| parent | e8d55fdeb882cfcb5e8db5a5ce16edfba78aafc5 (diff) | |
cgroups: remove the css_set linked-list
Now we can run through the hash table instead of running through the
linked-list.
Signed-off-by: Li Zefan <[email protected]>
Reviewed-by: Paul Menage <[email protected]>
Cc: Balbir Singh <[email protected]>
Cc: Pavel Emelyanov <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cgroup.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index f585b7cde87b..d58a958444ab 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -150,12 +150,6 @@ struct css_set { struct kref ref; /* - * List running through all cgroup groups. Protected by - * css_set_lock - */ - struct list_head list; - - /* * List running through all cgroup groups in the same hash * slot. Protected by css_set_lock */ |