Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346106
b: refs/heads/master
c: 0317d9e
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Gruenbacher authored and Philipp Reisner committed Nov 8, 2012
1 parent 809cb53 commit 3f44ab2
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: 32bdb64038ba3127245912dae2cc8a450bb1d705
refs/heads/master: 0317d9ecbc9bac43642b4aa70e3e1106f4fd26a1
2 changes: 1 addition & 1 deletion trunk/include/linux/drbd_limits.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
#define DRBD_AL_EXTENTS_SCALE '1'

#define DRBD_MINOR_NUMBER_MIN -1
#define DRBD_MINOR_NUMBER_MAX (1<<30)
#define DRBD_MINOR_NUMBER_MAX ((1 << 20) - 1)
#define DRBD_MINOR_NUMBER_DEF -1
#define DRBD_MINOR_NUMBER_SCALE '1'

Expand Down

0 comments on commit 3f44ab2

Please sign in to comment.