Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86091
b: refs/heads/master
c: b6c24de
h: refs/heads/master
i:
  86089: 39c7acd
  86087: 734fcb8
v: v3
  • Loading branch information
Christoph Lameter authored and Greg Kroah-Hartman committed Feb 21, 2008
1 parent 3f1098d commit e5fadfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 82bd3f17f4600fd374524c015826c175819f15ea
refs/heads/master: b6c24de77cbe9afe4962f0738e6444e709e83c81
2 changes: 1 addition & 1 deletion trunk/Documentation/vm/slabinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ void read_slab_dir(void)
char *t;
int count;

if (chdir("/sys/kernel/slab"))
if (chdir("/sys/kernel/slab") && chdir("/sys/slab"))
fatal("SYSFS support for SLUB not active\n");

dir = opendir(".");
Expand Down

0 comments on commit e5fadfa

Please sign in to comment.