Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331638
b: refs/heads/master
c: 523f325
h: refs/heads/master
v: v3
  • Loading branch information
Alex Elder committed Oct 1, 2012
1 parent ce46195 commit 3814cf2
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: 843a0d0879935742bb7270c9dc8d94abb8b39cee
refs/heads/master: 523f32582f30768ab4e56b71b276fc1ea71f48cc
2 changes: 1 addition & 1 deletion trunk/drivers/block/rbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,7 @@ static int __rbd_init_snaps_header(struct rbd_device *rbd_dev)
if (snap)
list_add_tail(&new_snap->node, &snap->node);
else
list_add(&new_snap->node, head);
list_add_tail(&new_snap->node, head);
} else {
/* Already have this one */

Expand Down

0 comments on commit 3814cf2

Please sign in to comment.