From: Itaru Kitayama Subject: slub: fix typo in Documentation/vm/slub.txt slub_debug=,dentry is correct, not dentry_cache. Signed-off-by: Itaru Kitayama --- Documentation/vm/slub.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: linux-2.6/Documentation/vm/slub.txt =================================================================== --- linux-2.6.orig/Documentation/vm/slub.txt 2008-01-29 18:17:18.000000000 -0800 +++ linux-2.6/Documentation/vm/slub.txt 2008-03-05 15:06:10.000000000 -0800 @@ -50,14 +50,14 @@ F.e. in order to boot just with sanity c Trying to find an issue in the dentry cache? Try - slub_debug=,dentry_cache + slub_debug=,dentry to only enable debugging on the dentry cache. Red zoning and tracking may realign the slab. We can just apply sanity checks to the dentry cache with - slub_debug=F,dentry_cache + slub_debug=F,dentry In case you forgot to enable debugging on the kernel command line: It is possible to enable debugging manually when the kernel is up. Look at the