commit | 110518bccf076726cc93bf604527d8019aae50ba | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Thu May 07 12:49:37 2009 +1000 |
committer | NeilBrown <neilb@suse.de> | Thu May 07 12:49:37 2009 +1000 |
tree | f2df7daf983640c64f66bcd76aea475b35f9f1d3 | |
parent | dd71cf6b2773310b01c6fe6c773064c80fd2476b [diff] [blame] |
md: constify VFTs Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: NeilBrown <neilb@suse.de>
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 @@ 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,