Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1281948
| From | Christoph Lameter <cl@linux.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/3] mm/slab: use list_first_entry_or_null() |
| Date | 2015-12-02 17:00 +0100 |
| Message-ID | <qBhZ0-Jp-27@gated-at.bofh.it> (permalink) |
| References | <qBhPk-FC-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 2 Dec 2015, Geliang Tang wrote: > Simplify the code with list_first_entry_or_null(). Looks like there are two code snippets here in slab.c that could become a function or so. So this could be improved upon by creating a function called get_first_slab() or so. Acked-by: Christoph Lameter <cl@linux.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 1/3] mm/slab: use list_first_entry_or_null() Geliang Tang <geliangtang@163.com> - 2015-12-02 16:50 +0100
[PATCH 2/3] mm/slab: use list_for_each_entry in cache_flusharray Geliang Tang <geliangtang@163.com> - 2015-12-02 16:50 +0100
Re: [PATCH 2/3] mm/slab: use list_for_each_entry in cache_flusharray Christoph Lameter <cl@linux.com> - 2015-12-02 17:00 +0100
[PATCH 3/3] mm/slab: use list_{empty_careful,last_entry} in drain_freelist Geliang Tang <geliangtang@163.com> - 2015-12-02 16:50 +0100
Re: [PATCH 3/3] mm/slab: use list_{empty_careful,last_entry} in drain_freelist Christoph Lameter <cl@linux.com> - 2015-12-02 17:10 +0100
[PATCH v2] mm/slab.c: use list_{empty_careful,last_entry} in drain_freelist Geliang Tang <geliangtang@163.com> - 2015-12-03 15:10 +0100
Re: [PATCH v2] mm/slab.c: use list_{empty_careful,last_entry} in drain_freelist Christoph Lameter <cl@linux.com> - 2015-12-03 16:00 +0100
Re: [PATCH v2] mm/slab.c: use list_{empty_careful,last_entry} in drain_freelist Geliang Tang <geliangtang@163.com> - 2015-12-04 14:50 +0100
Re: [PATCH v2] mm/slab.c: use list_{empty_careful,last_entry} in drain_freelist Christoph Lameter <cl@linux.com> - 2015-12-04 17:20 +0100
Re: [PATCH v2] mm/slab.c: use list_{empty_careful,last_entry} in drain_freelist Geliang Tang <geliangtang@163.com> - 2015-12-05 03:40 +0100
Re: [PATCH 1/3] mm/slab: use list_first_entry_or_null() Christoph Lameter <cl@linux.com> - 2015-12-02 17:00 +0100
csiph-web