linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/vmscan.c: Fixed typo.
@ 2020-06-09 18:51 dylan-meiners
  2020-06-10  7:31 ` David Hildenbrand
  0 siblings, 1 reply; 2+ messages in thread
From: dylan-meiners @ 2020-06-09 18:51 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kernel, dylan-meiners

Changed "optizimation" to "optimization".

Signed-off-by: dylan-meiners <spacct.spacct@gmail.com>
---
 mm/vmscan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/vmscan.c b/mm/vmscan.c
index b6d84326bdf2..8ac7bf9c3c43 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -914,7 +914,7 @@ static int __remove_mapping(struct address_space *mapping, struct page *page,
 		 * order to detect refaults, thus thrashing, later on.
 		 *
 		 * But don't store shadows in an address space that is
-		 * already exiting.  This is not just an optizimation,
+		 * already exiting.  This is not just an optimization,
 		 * inode reclaim needs to empty out the radix tree or
 		 * the nodes are lost.  Don't plant shadows behind its
 		 * back.
-- 
2.27.0



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

* Re: [PATCH] mm/vmscan.c: Fixed typo.
  2020-06-09 18:51 [PATCH] mm/vmscan.c: Fixed typo dylan-meiners
@ 2020-06-10  7:31 ` David Hildenbrand
  0 siblings, 0 replies; 2+ messages in thread
From: David Hildenbrand @ 2020-06-10  7:31 UTC (permalink / raw)
  To: dylan-meiners, akpm; +Cc: linux-mm, linux-kernel

On 09.06.20 20:51, dylan-meiners wrote:
> Changed "optizimation" to "optimization".
> 
> Signed-off-by: dylan-meiners <spacct.spacct@gmail.com>
> ---
>  mm/vmscan.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/vmscan.c b/mm/vmscan.c
> index b6d84326bdf2..8ac7bf9c3c43 100644
> --- a/mm/vmscan.c
> +++ b/mm/vmscan.c
> @@ -914,7 +914,7 @@ static int __remove_mapping(struct address_space *mapping, struct page *page,
>  		 * order to detect refaults, thus thrashing, later on.
>  		 *
>  		 * But don't store shadows in an address space that is
> -		 * already exiting.  This is not just an optizimation,
> +		 * already exiting.  This is not just an optimization,
>  		 * inode reclaim needs to empty out the radix tree or
>  		 * the nodes are lost.  Don't plant shadows behind its
>  		 * back.
> 

Reviewed-by: David Hildenbrand <david@redhat.com>

-- 
Thanks,

David / dhildenb



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

end of thread, other threads:[~2020-06-10  7:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 18:51 [PATCH] mm/vmscan.c: Fixed typo dylan-meiners
2020-06-10  7:31 ` David Hildenbrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).