Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346488
b: refs/heads/master
c: b91316f
h: refs/heads/master
v: v3
  • Loading branch information
Ed Cashin authored and Linus Torvalds committed Dec 18, 2012
1 parent cc392d8 commit 5e2c14c
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: 10935d052eef9441a551571ff5853f84a00b2fd4
refs/heads/master: b91316f2b7bc0b1d128a9890a2a4895f7e1c74fc
2 changes: 1 addition & 1 deletion trunk/drivers/block/aoe/aoedev.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ minor_get_static(ulong *sysminor, ulong aoemaj, int aoemin)
} else
set_bit(n, used_minors);
spin_unlock_irqrestore(&used_minors_lock, flags);
*sysminor = n;
*sysminor = n * AOE_PARTITIONS;
out:
return error;
}
Expand Down

0 comments on commit 5e2c14c

Please sign in to comment.