Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1282007
| From | Mel Gorman <mgorman@techsingularity.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] mm/page_alloc.c: use list_for_each_entry in mark_free_pages() |
| Date | 2015-12-02 17:50 +0100 |
| Message-ID | <qBiLo-1hG-25@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, Dec 02, 2015 at 11:12:41PM +0800, 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: Mel Gorman <mgorman@techsingularity.net> -- Mel Gorman SUSE Labs -- 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 | Next 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