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

md: constify VFTs

Signed-off-by: default avatarJan Engelhardt <jengelh@medozas.de>
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent dd71cf6b
......@@ -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,
......
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