Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139657
b: refs/heads/master
c: 0670e08
h: refs/heads/master
i:
  139655: dded368
v: v3
  • Loading branch information
Li Zefan authored and Linus Torvalds committed Apr 3, 2009
1 parent bed67c1 commit b327cf9
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 099fca3225b39f7a3ed853036038054172b55581
refs/heads/master: 0670e08bdfc67272f8c3087030417465629b8073
5 changes: 3 additions & 2 deletions trunk/kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -915,10 +915,11 @@ static int cgroup_remount(struct super_block *sb, int *flags, char *data)
}

ret = rebind_subsystems(root, opts.subsys_bits);
if (ret)
goto out_unlock;

/* (re)populate subsystem files */
if (!ret)
cgroup_populate_dir(cgrp);
cgroup_populate_dir(cgrp);

if (opts.release_agent)
strcpy(root->release_agent_path, opts.release_agent);
Expand Down

0 comments on commit b327cf9

Please sign in to comment.