2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-15 00:54:03 +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:
Andreas Gruenbacher 2011-05-31 13:08:53 +02:00 committed by Philipp Reisner
parent a67b813cfa
commit 46530e859c

View File

@ -2669,7 +2669,7 @@ int __init drbd_init(void)
#ifdef MODULE #ifdef MODULE
return -EINVAL; return -EINVAL;
#else #else
minor_count = 8; minor_count = DRBD_MINOR_COUNT_DEF;
#endif #endif
} }