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

Commit 110518bc authored by Jan Engelhardt's avatar Jan Engelhardt Committed by NeilBrown
Browse files

md: constify VFTs




Signed-off-by: default avatarJan Engelhardt <jengelh@medozas.de>
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent dd71cf6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5976,7 +5976,7 @@ static int md_seq_show(struct seq_file *seq, void *v)
	return 0;
}

static struct seq_operations md_seq_ops = {
static const struct seq_operations md_seq_ops = {
	.start  = md_seq_start,
	.next   = md_seq_next,
	.stop   = md_seq_stop,