Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347564
b: refs/heads/master
c: b213e0b
h: refs/heads/master
v: v3
  • Loading branch information
Alex Elder committed Oct 26, 2012
1 parent 298ea98 commit 85d2082
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: b000056a5a8d3f5a4a9fb80184a7ec14f86a43d4
refs/heads/master: b213e0b1a62637b2a9395a34349b13d73ca2b90a
4 changes: 2 additions & 2 deletions trunk/drivers/block/rbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2680,8 +2680,8 @@ static void rbd_dev_id_put(struct rbd_device *rbd_dev)
struct rbd_device *rbd_dev;

rbd_dev = list_entry(tmp, struct rbd_device, node);
if (rbd_id > max_id)
max_id = rbd_id;
if (rbd_dev->dev_id > max_id)
max_id = rbd_dev->dev_id;
}
spin_unlock(&rbd_dev_list_lock);

Expand Down

0 comments on commit 85d2082

Please sign in to comment.