Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24755e2e authored by Fam Zheng's avatar Fam Zheng Committed by Jiri Kosina
Browse files

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: default avatarFam Zheng <famz@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 9c8f6820
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;