mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-14 00:24:15 +08: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