Skip to content

Commit

Permalink
drbd: Use DRBD_MINOR_COUNT_DEF in one more place
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
  • Loading branch information
Andreas Gruenbacher authored and Philipp Reisner committed Nov 8, 2012
1 parent a67b813 commit 46530e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/drbd/drbd_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2669,7 +2669,7 @@ int __init drbd_init(void)
#ifdef MODULE
return -EINVAL;
#else
minor_count = 8;
minor_count = DRBD_MINOR_COUNT_DEF;
#endif
}

Expand Down

0 comments on commit 46530e8

Please sign in to comment.