]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
drbd: Fix allyesconfig build, fix recent commit
authorPhilipp Reisner <philipp.reisner@linbit.com>
Wed, 30 Aug 2017 11:47:11 +0000 (13:47 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 30 Aug 2017 14:09:29 +0000 (08:09 -0600)
commit5fc1efd5de1a1685e68d80981c7676c4d323d93c
treeede8a9802e3e34fda09c6fd227a208c4946c969c
parent365cf663b64791e341f425385c7ae152327c7009
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: Philipp Reisner <philipp.reisner@linbit.com>
Fixes: 183ece30053f ("drbd: move global variables to drbd namespace and make some static")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/drbd/drbd_main.c