aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-05-07 12:49:37 +1000
committerNeilBrown <neilb@suse.de>2009-05-07 12:49:37 +1000
commit110518bccf076726cc93bf604527d8019aae50ba (patch)
treef2df7daf983640c64f66bcd76aea475b35f9f1d3 /drivers
parentmd: tidy up status_resync to handle large arrays. (diff)
downloadlinux-dev-110518bccf076726cc93bf604527d8019aae50ba.tar.xz
linux-dev-110518bccf076726cc93bf604527d8019aae50ba.zip
md: constify VFTs
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/md/md.c2
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)
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,