projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd71cf6
)
md: constify VFTs
author
Jan Engelhardt
<jengelh@medozas.de>
Thu, 7 May 2009 02:49:37 +0000
(12:49 +1000)
committer
NeilBrown
<neilb@suse.de>
Thu, 7 May 2009 02:49:37 +0000
(12:49 +1000)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c
patch
|
blob
|
history
diff --git
a/drivers/md/md.c
b/drivers/md/md.c
index 5eb01a4d27ba53e14e2601f297dca45ff56fab2a..8350bde60d1bdea8e44bba10b0e524e8e60efc7b 100644
(file)
--- 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,