提交 24755e2e 编写于 作者: F Fam Zheng 提交者: Jiri Kosina

slab: struct kmem_cache is protected by slab_mutex

cache_chain_mutex has been replaced by slab_mutex. Fix this remaining
outdated comment.
Signed-off-by: NFam Zheng <famz@redhat.com>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 9c8f6820
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
*/ */
struct kmem_cache { struct kmem_cache {
/* 1) Cache tunables. Protected by cache_chain_mutex */ /* 1) Cache tunables. Protected by slab_mutex */
unsigned int batchcount; unsigned int batchcount;
unsigned int limit; unsigned int limit;
unsigned int shared; unsigned int shared;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册