Skip to content

Commit

Permalink
md: constify VFTs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: NeilBrown <neilb@suse.de>
  • Loading branch information
Jan Engelhardt authored and NeilBrown committed May 7, 2009
1 parent dd71cf6 commit 110518b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 110518b

Please sign in to comment.