Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79561
b: refs/heads/master
c: 12f32bb
h: refs/heads/master
i:
  79559: 4f2cd98
v: v3
  • Loading branch information
Jan Engelhardt authored and Jens Axboe committed Jan 29, 2008
1 parent 8b58db9 commit 62ff07f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e7d9dc9cfd9bcc9ca688fe7f94c0da7d0700bfe6
refs/heads/master: 12f32bb31772e72d8cf52a29f961561bccc54c37
4 changes: 2 additions & 2 deletions trunk/block/genhd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 62ff07f

Please sign in to comment.