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: Fam Zheng <famz@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Fam Zheng 2014-01-21 09:12:42 +08:00 committed by Jiri Kosina
parent 9c8f6820f0
commit 24755e2e3a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
*/
struct kmem_cache {
/* 1) Cache tunables. Protected by cache_chain_mutex */
/* 1) Cache tunables. Protected by slab_mutex */
unsigned int batchcount;
unsigned int limit;
unsigned int shared;