• V
    slab: print slabinfo header in seq show · 1df3b26f
    Vladimir Davydov 提交于
    Currently we print the slabinfo header in the seq start method, which
    makes it unusable for showing leaks, so we have leaks_show, which does
    practically the same as s_show except it doesn't show the header.
    
    However, we can print the header in the seq show method - we only need
    to check if the current element is the first on the list.  This will
    allow us to use the same set of seq iterators for both leaks and
    slabinfo reporting, which is nice.
    Signed-off-by: NVladimir Davydov <vdavydov@parallels.com>
    Cc: Christoph Lameter <cl@linux.com>
    Cc: Pekka Enberg <penberg@kernel.org>
    Cc: David Rientjes <rientjes@google.com>
    Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
    Cc: Johannes Weiner <hannes@cmpxchg.org>
    Cc: Michal Hocko <mhocko@suse.cz>
    Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
    1df3b26f
slab.c 106.6 KB