Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1282633
| From | David Rientjes <rientjes@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] mm/page_alloc.c: use list_for_each_entry in mark_free_pages() |
| Date | 2015-12-03 02:30 +0100 |
| Message-ID | <qBqSC-6Bi-1@gated-at.bofh.it> (permalink) |
| References | <qBhmh-sK-7@gated-at.bofh.it> <qBhmh-sK-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 2 Dec 2015, Geliang Tang wrote: > Use list_for_each_entry instead of list_for_each + list_entry to > simplify the code. > > Signed-off-by: Geliang Tang <geliangtang@163.com> Acked-by: David Rientjes <rientjes@google.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 2/2] mm/page_alloc.c: use list_for_each_entry in mark_free_pages() Geliang Tang <geliangtang@163.com> - 2015-12-02 16:20 +0100 Re: [PATCH 2/2] mm/page_alloc.c: use list_for_each_entry in mark_free_pages() Michal Hocko <mhocko@kernel.org> - 2015-12-02 17:40 +0100 Re: [PATCH 2/2] mm/page_alloc.c: use list_for_each_entry in mark_free_pages() Mel Gorman <mgorman@techsingularity.net> - 2015-12-02 17:50 +0100 Re: [PATCH 2/2] mm/page_alloc.c: use list_for_each_entry in mark_free_pages() David Rientjes <rientjes@google.com> - 2015-12-03 02:30 +0100
csiph-web