提交 081a06fa 编写于 作者: R Randy Dunlap 提交者: Linus Torvalds

mm/slab_common.c: delete duplicated word

Drop the repeated word "and".
Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Reviewed-by: NAndrew Morton <akpm@linux-foundation.org>
Reviewed-by: NZi Yan <ziy@nvidia.com>
Link: http://lkml.kernel.org/r/20200801173822.14973-12-rdunlap@infradead.orgSigned-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 af44c12f
...@@ -419,7 +419,7 @@ static void slab_caches_to_rcu_destroy_workfn(struct work_struct *work) ...@@ -419,7 +419,7 @@ static void slab_caches_to_rcu_destroy_workfn(struct work_struct *work)
/* /*
* On destruction, SLAB_TYPESAFE_BY_RCU kmem_caches are put on the * On destruction, SLAB_TYPESAFE_BY_RCU kmem_caches are put on the
* @slab_caches_to_rcu_destroy list. The slab pages are freed * @slab_caches_to_rcu_destroy list. The slab pages are freed
* through RCU and and the associated kmem_cache are dereferenced * through RCU and the associated kmem_cache are dereferenced
* while freeing the pages, so the kmem_caches should be freed only * while freeing the pages, so the kmem_caches should be freed only
* after the pending RCU operations are finished. As rcu_barrier() * after the pending RCU operations are finished. As rcu_barrier()
* is a pretty slow operation, we batch all pending destructions * is a pretty slow operation, we batch all pending destructions
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册