|
@@ -529,12 +529,12 @@ static void *s_start(struct seq_file *m, loff_t *pos)
|
|
|
return seq_list_start(&slab_caches, *pos);
|
|
|
}
|
|
|
|
|
|
-static void *s_next(struct seq_file *m, void *p, loff_t *pos)
|
|
|
+void *s_next(struct seq_file *m, void *p, loff_t *pos)
|
|
|
{
|
|
|
return seq_list_next(p, &slab_caches, pos);
|
|
|
}
|
|
|
|
|
|
-static void s_stop(struct seq_file *m, void *p)
|
|
|
+void s_stop(struct seq_file *m, void *p)
|
|
|
{
|
|
|
mutex_unlock(&slab_mutex);
|
|
|
}
|