mm/slab: Give s_next and s_stop slab-specific names

Give s_next and s_stop slab-specific names instead of exporting
"s_next" and "s_stop".

Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Wanpeng Li
2013-07-08 08:08:28 +08:00
committed by Pekka Enberg
parent c1e854e924
commit 276a2439ce
3 changed files with 8 additions and 8 deletions

View File

@@ -4440,8 +4440,8 @@ static int leaks_show(struct seq_file *m, void *p)
static const struct seq_operations slabstats_op = {
.start = leaks_start,
.next = s_next,
.stop = s_stop,
.next = slab_next,
.stop = slab_stop,
.show = leaks_show,
};