Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322220
b: refs/heads/master
c: 0676806
h: refs/heads/master
v: v3
  • Loading branch information
Jianpeng Ma authored and Jens Axboe committed Aug 3, 2012
1 parent 0e42c93 commit 1056fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 85b9f66a41eb8ee3f1dfc95707412705463cdd97
refs/heads/master: 0676806707281e27b13d44323bed580a8160b7a4
2 changes: 1 addition & 1 deletion trunk/block/genhd.c
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ static void disk_seqf_stop(struct seq_file *seqf, void *v)

static void *show_partition_start(struct seq_file *seqf, loff_t *pos)
{
static void *p;
void *p;

p = disk_seqf_start(seqf, pos);
if (!IS_ERR_OR_NULL(p) && !*pos)
Expand Down

0 comments on commit 1056fbf

Please sign in to comment.