diff options
Diffstat (limited to 'Documentation/vm/slabinfo.c')
-rw-r--r-- | Documentation/vm/slabinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/slabinfo.c b/Documentation/vm/slabinfo.c index 7047696c47a1..488c1f31b992 100644 --- a/Documentation/vm/slabinfo.c +++ b/Documentation/vm/slabinfo.c | |||
@@ -1021,7 +1021,7 @@ void read_slab_dir(void) | |||
1021 | char *t; | 1021 | char *t; |
1022 | int count; | 1022 | int count; |
1023 | 1023 | ||
1024 | if (chdir("/sys/slab")) | 1024 | if (chdir("/sys/kernel/slab")) |
1025 | fatal("SYSFS support for SLUB not active\n"); | 1025 | fatal("SYSFS support for SLUB not active\n"); |
1026 | 1026 | ||
1027 | dir = opendir("."); | 1027 | dir = opendir("."); |