Message ID | 20200727191746.3644844-1-ndesaulniers@google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [4.14.y] mm/page_owner.c: remove drain_all_pages from init_early_allocated_pages | expand |
On Mon, Jul 27, 2020 at 12:17:45PM -0700, Nick Desaulniers wrote: > From: Oscar Salvador <osalvador@techadventures.net> > > commit u6bec6ad77fac3d29aed0d8e0b7526daedc964970 upstream. This is not a valid git id :(
On Wed, Jul 29, 2020 at 4:52 AM Greg KH <gregkh@linuxfoundation.org> wrote: > > On Mon, Jul 27, 2020 at 12:17:45PM -0700, Nick Desaulniers wrote: > > From: Oscar Salvador <osalvador@techadventures.net> > > > > commit u6bec6ad77fac3d29aed0d8e0b7526daedc964970 upstream. > > This is not a valid git id :( Prepended a `u`. As a git user, I must have `u`ndid something. Surprisingly it wasn't a `:wq` that was added. Thanks for fixing that up for me and applying.
diff --git a/mm/page_owner.c b/mm/page_owner.c index 6ac05a6ff2d1..4753b317ef7b 100644 --- a/mm/page_owner.c +++ b/mm/page_owner.c @@ -617,7 +617,6 @@ static void init_early_allocated_pages(void) { pg_data_t *pgdat; - drain_all_pages(NULL); for_each_online_pgdat(pgdat) init_zones_in_node(pgdat); }