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

Commit 90d99779 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Mark Fasheh
Browse files

[PATCH] [OCFS2]: constify function pointer tables

parent 0f71b7b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2409,7 +2409,7 @@ static int ocfs2_dlm_seq_show(struct seq_file *m, void *v)
	return 0;
}

static struct seq_operations ocfs2_dlm_seq_ops = {
static const struct seq_operations ocfs2_dlm_seq_ops = {
	.start =	ocfs2_dlm_seq_start,
	.stop =		ocfs2_dlm_seq_stop,
	.next =		ocfs2_dlm_seq_next,