提交 989a7241 编写于 作者: I Itaru Kitayama 提交者: Christoph Lameter

slub: fix typo in Documentation/vm/slub.txt

slub_debug=,dentry is correct, not dentry_cache.
Signed-off-by: NItaru Kitayama <i-kitayama@ap.jp.nec.com>
Signed-off-by: NChristoph Lameter <clameter@sgi.com>
上级 6d2144d3
...@@ -50,14 +50,14 @@ F.e. in order to boot just with sanity checks and red zoning one would specify: ...@@ -50,14 +50,14 @@ F.e. in order to boot just with sanity checks and red zoning one would specify:
Trying to find an issue in the dentry cache? Try 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. to only enable debugging on the dentry cache.
Red zoning and tracking may realign the slab. We can just apply sanity checks Red zoning and tracking may realign the slab. We can just apply sanity checks
to the dentry cache with 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 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 possible to enable debugging manually when the kernel is up. Look at the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册