diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-05-06 22:49:37 -0400 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-05-06 22:49:37 -0400 |
commit | 110518bccf076726cc93bf604527d8019aae50ba (patch) | |
tree | f2df7daf983640c64f66bcd76aea475b35f9f1d3 /drivers/md | |
parent | dd71cf6b2773310b01c6fe6c773064c80fd2476b (diff) |
md: constify VFTs
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index 5eb01a4d27ba..8350bde60d1b 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) | |||
5976 | return 0; | 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 | .start = md_seq_start, | 5980 | .start = md_seq_start, |
5981 | .next = md_seq_next, | 5981 | .next = md_seq_next, |
5982 | .stop = md_seq_stop, | 5982 | .stop = md_seq_stop, |