Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

reiserfs: constify function pointer tables

parent 9b7880e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,