md: constify VFTs


Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: NeilBrown <neilb@suse.de>

authored by Jan Engelhardt and committed by NeilBrown 110518bc dd71cf6b

+1 -1
+1 -1
drivers/md/md.c
··· 5976 5976 return 0; 5977 5977 } 5978 5978 5979 - static struct seq_operations md_seq_ops = { 5979 + static const struct seq_operations md_seq_ops = { 5980 5980 .start = md_seq_start, 5981 5981 .next = md_seq_next, 5982 5982 .stop = md_seq_stop,