mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
mm/slub: fix typo in sheaves comment
Fix a typo in the comment describing oversize sheaves handling: "area" should be "are". Signed-off-by: Wilson Zeng <cheng20011202@gmail.com> Acked-by: Harry Yoo (Oracle) <harry@kernel.org> Link: https://patch.msgid.link/20260516164033.1566208-1-cheng20011202@gmail.com Signed-off-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
This commit is contained in:
parent
93a51a74d7
commit
c996bad23b
|
|
@ -5024,7 +5024,7 @@ kmem_cache_prefill_sheaf(struct kmem_cache *s, gfp_t gfp, unsigned int size)
|
|||
|
||||
/*
|
||||
* we do not need to care about pfmemalloc here because oversize
|
||||
* sheaves area always flushed and freed when returned
|
||||
* sheaves are always flushed and freed when returned
|
||||
*/
|
||||
if (!__kmem_cache_alloc_bulk(s, gfp, size,
|
||||
&sheaf->objects[0])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user