mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
drbd: Use DRBD_MINOR_COUNT_DEF in one more place
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
parent
a67b813cfa
commit
46530e859c
|
|
@ -2669,7 +2669,7 @@ int __init drbd_init(void)
|
|||
#ifdef MODULE
|
||||
return -EINVAL;
|
||||
#else
|
||||
minor_count = 8;
|
||||
minor_count = DRBD_MINOR_COUNT_DEF;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user