]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - mm/slab.c
mm/slab: Give s_next and s_stop slab-specific names
[karo-tx-linux.git] / mm / slab.c
index 9bf225162fcb2f50bdc7a8d3e681fb4a87751c50..57ab42297d96b402775689c004e1cc5ec3491b15 100644 (file)
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -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,
 };