提交 110518bc 编写于 作者: J Jan Engelhardt 提交者: NeilBrown

md: constify VFTs

Signed-off-by: NJan Engelhardt <jengelh@medozas.de>
Signed-off-by: NNeilBrown <neilb@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册