All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] mm, slub: fix the typo in include/linux/slub_def.h
@ 2013-11-08 12:47 ` Zhi Yong Wu
  0 siblings, 0 replies; 14+ messages in thread
From: Zhi Yong Wu @ 2013-11-08 12:47 UTC (permalink / raw)
  To: linux-mm; +Cc: linux-kernel, akpm, Zhi Yong Wu

From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
---
 include/linux/slub_def.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h
index cc0b67e..f56bfa9 100644
--- a/include/linux/slub_def.h
+++ b/include/linux/slub_def.h
@@ -11,7 +11,7 @@
 enum stat_item {
 	ALLOC_FASTPATH,		/* Allocation from cpu slab */
 	ALLOC_SLOWPATH,		/* Allocation by getting a new cpu slab */
-	FREE_FASTPATH,		/* Free to cpu slub */
+	FREE_FASTPATH,		/* Free to cpu slab */
 	FREE_SLOWPATH,		/* Freeing not to cpu slab */
 	FREE_FROZEN,		/* Freeing to frozen slab */
 	FREE_ADD_PARTIAL,	/* Freeing moves slab to partial list */
-- 
1.7.6.5


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 1/3] mm, slub: fix the typo in include/linux/slub_def.h
@ 2013-11-08 12:47 ` Zhi Yong Wu
  0 siblings, 0 replies; 14+ messages in thread
From: Zhi Yong Wu @ 2013-11-08 12:47 UTC (permalink / raw)
  To: linux-mm; +Cc: linux-kernel, akpm, Zhi Yong Wu

From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
---
 include/linux/slub_def.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h
index cc0b67e..f56bfa9 100644
--- a/include/linux/slub_def.h
+++ b/include/linux/slub_def.h
@@ -11,7 +11,7 @@
 enum stat_item {
 	ALLOC_FASTPATH,		/* Allocation from cpu slab */
 	ALLOC_SLOWPATH,		/* Allocation by getting a new cpu slab */
-	FREE_FASTPATH,		/* Free to cpu slub */
+	FREE_FASTPATH,		/* Free to cpu slab */
 	FREE_SLOWPATH,		/* Freeing not to cpu slab */
 	FREE_FROZEN,		/* Freeing to frozen slab */
 	FREE_ADD_PARTIAL,	/* Freeing moves slab to partial list */
-- 
1.7.6.5

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 2/3] mm, slub: fix the typo in mm/slub.c
  2013-11-08 12:47 ` Zhi Yong Wu
@ 2013-11-08 12:47   ` Zhi Yong Wu
  -1 siblings, 0 replies; 14+ messages in thread
From: Zhi Yong Wu @ 2013-11-08 12:47 UTC (permalink / raw)
  To: linux-mm; +Cc: linux-kernel, akpm, Zhi Yong Wu

From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
---
 mm/slub.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mm/slub.c b/mm/slub.c
index c3eb3d3..7a64327 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -155,7 +155,7 @@ static inline bool kmem_cache_has_cpu_partial(struct kmem_cache *s)
 /*
  * Maximum number of desirable partial slabs.
  * The existence of more partial slabs makes kmem_cache_shrink
- * sort the partial list by the number of objects in the.
+ * sort the partial list by the number of objects in use.
  */
 #define MAX_PARTIAL 10
 
@@ -2829,8 +2829,8 @@ static struct kmem_cache *kmem_cache_node;
  * slab on the node for this slabcache. There are no concurrent accesses
  * possible.
  *
- * Note that this function only works on the kmalloc_node_cache
- * when allocating for the kmalloc_node_cache. This is used for bootstrapping
+ * Note that this function only works on the kmem_cache_node
+ * when allocating for the kmem_cache_node. This is used for bootstrapping
  * memory on a fresh node that has no slab structures yet.
  */
 static void early_kmem_cache_node_alloc(int node)
-- 
1.7.6.5


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 2/3] mm, slub: fix the typo in mm/slub.c
@ 2013-11-08 12:47   ` Zhi Yong Wu
  0 siblings, 0 replies; 14+ messages in thread
From: Zhi Yong Wu @ 2013-11-08 12:47 UTC (permalink / raw)
  To: linux-mm; +Cc: linux-kernel, akpm, Zhi Yong Wu

From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
---
 mm/slub.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mm/slub.c b/mm/slub.c
index c3eb3d3..7a64327 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -155,7 +155,7 @@ static inline bool kmem_cache_has_cpu_partial(struct kmem_cache *s)
 /*
  * Maximum number of desirable partial slabs.
  * The existence of more partial slabs makes kmem_cache_shrink
- * sort the partial list by the number of objects in the.
+ * sort the partial list by the number of objects in use.
  */
 #define MAX_PARTIAL 10
 
@@ -2829,8 +2829,8 @@ static struct kmem_cache *kmem_cache_node;
  * slab on the node for this slabcache. There are no concurrent accesses
  * possible.
  *
- * Note that this function only works on the kmalloc_node_cache
- * when allocating for the kmalloc_node_cache. This is used for bootstrapping
+ * Note that this function only works on the kmem_cache_node
+ * when allocating for the kmem_cache_node. This is used for bootstrapping
  * memory on a fresh node that has no slab structures yet.
  */
 static void early_kmem_cache_node_alloc(int node)
-- 
1.7.6.5

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 3/3] mm, memory-failure: fix the typo in me_pagecache_dirty()
  2013-11-08 12:47 ` Zhi Yong Wu
@ 2013-11-08 12:47   ` Zhi Yong Wu
  -1 siblings, 0 replies; 14+ messages in thread
From: Zhi Yong Wu @ 2013-11-08 12:47 UTC (permalink / raw)
  To: linux-mm; +Cc: linux-kernel, akpm, Zhi Yong Wu

From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
---
 mm/memory-failure.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/memory-failure.c b/mm/memory-failure.c
index bf3351b..d8ec181 100644
--- a/mm/memory-failure.c
+++ b/mm/memory-failure.c
@@ -611,7 +611,7 @@ static int me_pagecache_clean(struct page *p, unsigned long pfn)
 }
 
 /*
- * Dirty cache page page
+ * Dirty cache page
  * Issues: when the error hit a hole page the error is not properly
  * propagated.
  */
-- 
1.7.6.5


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 3/3] mm, memory-failure: fix the typo in me_pagecache_dirty()
@ 2013-11-08 12:47   ` Zhi Yong Wu
  0 siblings, 0 replies; 14+ messages in thread
From: Zhi Yong Wu @ 2013-11-08 12:47 UTC (permalink / raw)
  To: linux-mm; +Cc: linux-kernel, akpm, Zhi Yong Wu

From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
---
 mm/memory-failure.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/memory-failure.c b/mm/memory-failure.c
index bf3351b..d8ec181 100644
--- a/mm/memory-failure.c
+++ b/mm/memory-failure.c
@@ -611,7 +611,7 @@ static int me_pagecache_clean(struct page *p, unsigned long pfn)
 }
 
 /*
- * Dirty cache page page
+ * Dirty cache page
  * Issues: when the error hit a hole page the error is not properly
  * propagated.
  */
-- 
1.7.6.5

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/3] mm, slub: fix the typo in include/linux/slub_def.h
  2013-11-08 12:47 ` Zhi Yong Wu
@ 2013-11-08 16:21   ` Christoph Lameter
  -1 siblings, 0 replies; 14+ messages in thread
From: Christoph Lameter @ 2013-11-08 16:21 UTC (permalink / raw)
  To: Zhi Yong Wu; +Cc: linux-mm, Pekka Enberg, linux-kernel, akpm, Zhi Yong Wu


Acked-by: Christoph Lameter <cl@linux.com>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/3] mm, slub: fix the typo in include/linux/slub_def.h
@ 2013-11-08 16:21   ` Christoph Lameter
  0 siblings, 0 replies; 14+ messages in thread
From: Christoph Lameter @ 2013-11-08 16:21 UTC (permalink / raw)
  To: Zhi Yong Wu; +Cc: linux-mm, Pekka Enberg, linux-kernel, akpm, Zhi Yong Wu


Acked-by: Christoph Lameter <cl@linux.com>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 2/3] mm, slub: fix the typo in mm/slub.c
  2013-11-08 12:47   ` Zhi Yong Wu
@ 2013-11-08 16:21     ` Christoph Lameter
  -1 siblings, 0 replies; 14+ messages in thread
From: Christoph Lameter @ 2013-11-08 16:21 UTC (permalink / raw)
  To: Zhi Yong Wu; +Cc: linux-mm, Pekka Enberg, linux-kernel, akpm, Zhi Yong Wu


Acked-by: Christoph Lameter <cl@linux.com>


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 2/3] mm, slub: fix the typo in mm/slub.c
@ 2013-11-08 16:21     ` Christoph Lameter
  0 siblings, 0 replies; 14+ messages in thread
From: Christoph Lameter @ 2013-11-08 16:21 UTC (permalink / raw)
  To: Zhi Yong Wu; +Cc: linux-mm, Pekka Enberg, linux-kernel, akpm, Zhi Yong Wu


Acked-by: Christoph Lameter <cl@linux.com>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 3/3] mm, memory-failure: fix the typo in me_pagecache_dirty()
  2013-11-08 12:47   ` Zhi Yong Wu
@ 2013-11-08 16:21     ` Christoph Lameter
  -1 siblings, 0 replies; 14+ messages in thread
From: Christoph Lameter @ 2013-11-08 16:21 UTC (permalink / raw)
  To: Zhi Yong Wu; +Cc: linux-mm, Pekka Enberg, linux-kernel, akpm, Zhi Yong Wu


Acked-by: Christoph Lameter <cl@linux.com>


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 3/3] mm, memory-failure: fix the typo in me_pagecache_dirty()
@ 2013-11-08 16:21     ` Christoph Lameter
  0 siblings, 0 replies; 14+ messages in thread
From: Christoph Lameter @ 2013-11-08 16:21 UTC (permalink / raw)
  To: Zhi Yong Wu; +Cc: linux-mm, Pekka Enberg, linux-kernel, akpm, Zhi Yong Wu


Acked-by: Christoph Lameter <cl@linux.com>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 3/3] mm, memory-failure: fix the typo in me_pagecache_dirty()
  2013-11-08 12:47   ` Zhi Yong Wu
@ 2013-11-22 22:59     ` Andrew Morton
  -1 siblings, 0 replies; 14+ messages in thread
From: Andrew Morton @ 2013-11-22 22:59 UTC (permalink / raw)
  To: Zhi Yong Wu; +Cc: linux-mm, linux-kernel, Zhi Yong Wu

On Fri,  8 Nov 2013 20:47:38 +0800 Zhi Yong Wu <zwu.kernel@gmail.com> wrote:

> --- a/mm/memory-failure.c
> +++ b/mm/memory-failure.c
> @@ -611,7 +611,7 @@ static int me_pagecache_clean(struct page *p, unsigned long pfn)
>  }
>  
>  /*
> - * Dirty cache page page
> + * Dirty cache page
>   * Issues: when the error hit a hole page the error is not properly
>   * propagated.
>   */

The accurate and complete description of this page is actually
"pagecache page", so...

--- a/mm/memory-failure.c~mm-memory-failure-fix-the-typo-in-me_pagecache_dirty-fix
+++ a/mm/memory-failure.c
@@ -611,7 +611,7 @@ static int me_pagecache_clean(struct pag
 }
 
 /*
- * Dirty cache page
+ * Dirty pagecache page
  * Issues: when the error hit a hole page the error is not properly
  * propagated.
  */
_


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 3/3] mm, memory-failure: fix the typo in me_pagecache_dirty()
@ 2013-11-22 22:59     ` Andrew Morton
  0 siblings, 0 replies; 14+ messages in thread
From: Andrew Morton @ 2013-11-22 22:59 UTC (permalink / raw)
  To: Zhi Yong Wu; +Cc: linux-mm, linux-kernel, Zhi Yong Wu

On Fri,  8 Nov 2013 20:47:38 +0800 Zhi Yong Wu <zwu.kernel@gmail.com> wrote:

> --- a/mm/memory-failure.c
> +++ b/mm/memory-failure.c
> @@ -611,7 +611,7 @@ static int me_pagecache_clean(struct page *p, unsigned long pfn)
>  }
>  
>  /*
> - * Dirty cache page page
> + * Dirty cache page
>   * Issues: when the error hit a hole page the error is not properly
>   * propagated.
>   */

The accurate and complete description of this page is actually
"pagecache page", so...

--- a/mm/memory-failure.c~mm-memory-failure-fix-the-typo-in-me_pagecache_dirty-fix
+++ a/mm/memory-failure.c
@@ -611,7 +611,7 @@ static int me_pagecache_clean(struct pag
 }
 
 /*
- * Dirty cache page
+ * Dirty pagecache page
  * Issues: when the error hit a hole page the error is not properly
  * propagated.
  */
_

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-11-22 22:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-08 12:47 [PATCH 1/3] mm, slub: fix the typo in include/linux/slub_def.h Zhi Yong Wu
2013-11-08 12:47 ` Zhi Yong Wu
2013-11-08 12:47 ` [PATCH 2/3] mm, slub: fix the typo in mm/slub.c Zhi Yong Wu
2013-11-08 12:47   ` Zhi Yong Wu
2013-11-08 16:21   ` Christoph Lameter
2013-11-08 16:21     ` Christoph Lameter
2013-11-08 12:47 ` [PATCH 3/3] mm, memory-failure: fix the typo in me_pagecache_dirty() Zhi Yong Wu
2013-11-08 12:47   ` Zhi Yong Wu
2013-11-08 16:21   ` Christoph Lameter
2013-11-08 16:21     ` Christoph Lameter
2013-11-22 22:59   ` Andrew Morton
2013-11-22 22:59     ` Andrew Morton
2013-11-08 16:21 ` [PATCH 1/3] mm, slub: fix the typo in include/linux/slub_def.h Christoph Lameter
2013-11-08 16:21   ` Christoph Lameter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.