Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1460469

Re: [PATCH 3/5] mm/page_owner: move page_owner specific function to page_owner.c

From Vlastimil Babka <vbabka@suse.cz>
Newsgroups linux.kernel
Subject Re: [PATCH 3/5] mm/page_owner: move page_owner specific function to page_owner.c
Date 2016-08-11 14:40 +0200
Message-ID <s4Xrb-3P8-3@gated-at.bofh.it> (permalink)
References <s4GgH-79-61@gated-at.bofh.it> <s4GTp-n4-53@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 08/10/2016 08:16 AM, js1304@gmail.com wrote:
> +			page_mt = gfpflags_to_migratetype(page_ext->gfp_mask);
> +			if (pageblock_mt != page_mt) {
> +				count[pageblock_mt]++;
> +
> +				pfn = block_end_pfn;
> +				break;
> +			}

... is not the same as ...

> -			page_mt = gfpflags_to_migratetype(page_ext->gfp_mask);
> -			if (pageblock_mt != page_mt) {
> -				if (is_migrate_cma(pageblock_mt))
> -					count[MIGRATE_MOVABLE]++;
> -				else
> -					count[pageblock_mt]++;
> -
> -				pfn = block_end_pfn;
> -				break;
> -			}

Rebasing blunder?

Vlastimil

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 3/5] mm/page_owner: move page_owner specific function to page_owner.c js1304@gmail.com - 2016-08-10 21:00 +0200
  Re: [PATCH 3/5] mm/page_owner: move page_owner specific function to  page_owner.c Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2016-08-10 23:00 +0200
  Re: [PATCH 3/5] mm/page_owner: move page_owner specific function to  page_owner.c Vlastimil Babka <vbabka@suse.cz> - 2016-08-11 14:40 +0200

csiph-web