From: Jan Engelhardt Date: Thu, 7 May 2009 02:49:37 +0000 (+1000) Subject: md: constify VFTs X-Git-Tag: v2.6.30-rc5~8^2~2 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=110518bccf076726cc93bf604527d8019aae50ba md: constify VFTs Signed-off-by: Jan Engelhardt Signed-off-by: NeilBrown --- diff --git a/drivers/md/md.c b/drivers/md/md.c index 5eb01a4..8350bde 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -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,