Commit 5fc1efd5 authored by Philipp Reisner's avatar Philipp Reisner Committed by Jens Axboe
Browse files

drbd: Fix allyesconfig build, fix recent commit



Globals where prefixed with drbd_, that was missed in the
in #ifdef'nd code when it is built-in.

Signed-off-by: default avatarPhilipp Reisner <philipp.reisner@linbit.com>
Fixes: 183ece30 ("drbd: move global variables to drbd namespace and make some static")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 365cf663
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2989,7 +2989,7 @@ static int __init drbd_init(void)
#ifdef MODULE
		return -EINVAL;
#else
		minor_count = DRBD_MINOR_COUNT_DEF;
		drbd_minor_count = DRBD_MINOR_COUNT_DEF;
#endif
	}