Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118027
b: refs/heads/master
c: 9b91373
h: refs/heads/master
i:
  118025: b213338
  118023: e02d66d
v: v3
  • Loading branch information
Li Zefan authored and Linus Torvalds committed Oct 30, 2008
1 parent f9b0449 commit 3ce2fea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 51308ee59dee1136ed599d875ea8968d7be55c91
refs/heads/master: 9b913735e53ab0da4a792bac0de8e178cc13dcfb
4 changes: 0 additions & 4 deletions trunk/include/linux/cgroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ struct cgroup;

extern int cgroup_init_early(void);
extern int cgroup_init(void);
extern void cgroup_init_smp(void);
extern void cgroup_lock(void);
extern bool cgroup_lock_live_group(struct cgroup *cgrp);
extern void cgroup_unlock(void);
Expand Down Expand Up @@ -348,8 +347,6 @@ struct cgroup_subsys {
struct cgroupfs_root *root;

struct list_head sibling;

void *private;
};

#define SUBSYS(_x) extern struct cgroup_subsys _x ## _subsys;
Expand Down Expand Up @@ -410,7 +407,6 @@ void cgroup_mm_owner_callbacks(struct task_struct *old,

static inline int cgroup_init_early(void) { return 0; }
static inline int cgroup_init(void) { return 0; }
static inline void cgroup_init_smp(void) {}
static inline void cgroup_fork(struct task_struct *p) {}
static inline void cgroup_fork_callbacks(struct task_struct *p) {}
static inline void cgroup_post_fork(struct task_struct *p) {}
Expand Down

0 comments on commit 3ce2fea

Please sign in to comment.