Loading block/genhd.c +2 −2 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ static int show_partition(struct seq_file *part, void *v) return 0; } struct seq_operations partitions_op = { const struct seq_operations partitions_op = { .start = part_start, .next = part_next, .stop = part_stop, Loading Loading @@ -595,7 +595,7 @@ static int diskstats_show(struct seq_file *s, void *v) return 0; } struct seq_operations diskstats_op = { const struct seq_operations diskstats_op = { .start = diskstats_start, .next = diskstats_next, .stop = diskstats_stop, Loading Loading
block/genhd.c +2 −2 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ static int show_partition(struct seq_file *part, void *v) return 0; } struct seq_operations partitions_op = { const struct seq_operations partitions_op = { .start = part_start, .next = part_next, .stop = part_stop, Loading Loading @@ -595,7 +595,7 @@ static int diskstats_show(struct seq_file *s, void *v) return 0; } struct seq_operations diskstats_op = { const struct seq_operations diskstats_op = { .start = diskstats_start, .next = diskstats_next, .stop = diskstats_stop, Loading