Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339321
b: refs/heads/master
c: 316eb66
h: refs/heads/master
i:
  339319: 99776a1
v: v3
  • Loading branch information
Tao Ma authored and Tejun Heo committed Nov 8, 2012
1 parent 32f5bf5 commit 3aaf6f7
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: 4b1c7840b7d01b14a1a00fa0e61b761d4391ba67
refs/heads/master: 316eb661f125397d46f16f94e3c81ad3dc4c1233
4 changes: 2 additions & 2 deletions trunk/kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1770,9 +1770,9 @@ int cgroup_path(const struct cgroup *cgrp, char *buf, int buflen)
return 0;
}

start = buf + buflen;
start = buf + buflen - 1;

*--start = '\0';
*start = '\0';
for (;;) {
int len = dentry->d_name.len;

Expand Down

0 comments on commit 3aaf6f7

Please sign in to comment.