提交 ec26e117 编写于 作者: J Jan Engelhardt 提交者: Linus Torvalds

reiserfs: constify function pointer tables

Signed-off-by: NJan Engelhardt <jengelh@computergmbh.de>
Acked-by: NJeff Mahoney <jeffm@suse.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 9b7880e7
......@@ -444,7 +444,7 @@ static int r_show(struct seq_file *m, void *v)
return show(m, v);
}
static struct seq_operations r_ops = {
static const struct seq_operations r_ops = {
.start = r_start,
.next = r_next,
.stop = r_stop,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册