You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
md: constify VFTs
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
committed by
NeilBrown
parent
dd71cf6b27
commit
110518bccf
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user