mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
mm/vmscan.c: fix typo
Change "optizimation" to "optimization". Signed-off-by: dylan-meiners <spacct.spacct@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: David Hildenbrand <david@redhat.com> Link: http://lkml.kernel.org/r/20200609185144.10049-1-spacct.spacct@gmail.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
bbe98f9cad
commit
238c30468f
@ -910,7 +910,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.
|
||||
|
Loading…
Reference in New Issue
Block a user