Commit ec26e117 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Linus Torvalds

reiserfs: constify function pointer tables

Signed-off-by: default avatarJan Engelhardt <jengelh@computergmbh.de>
Acked-by: default avatarJeff Mahoney <jeffm@suse.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment