提交 46530e85 编写于 作者: A Andreas Gruenbacher 提交者: Philipp Reisner

drbd: Use DRBD_MINOR_COUNT_DEF in one more place

Signed-off-by: NPhilipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: NLars Ellenberg <lars.ellenberg@linbit.com>
上级 a67b813c
......@@ -2669,7 +2669,7 @@ int __init drbd_init(void)
#ifdef MODULE
return -EINVAL;
#else
minor_count = 8;
minor_count = DRBD_MINOR_COUNT_DEF;
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册