drbd: rename "usermode_helper" to "drbd_usermode_helper"

Nothing like having a very generic global variable in a tiny driver
subsystem to make a mess of the global namespace...

Note, there are many other "generic" named global variables in the drbd
subsystem, someone should fix those up one day before they hit a linking
error.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Greg Kroah-Hartman
2017-08-29 10:20:45 +02:00
committed by Jens Axboe
parent cde81d99af
commit 8ab761e17e
3 changed files with 13 additions and 13 deletions

View File

@@ -75,7 +75,7 @@ extern int fault_rate;
extern int fault_devs;
#endif
extern char usermode_helper[];
extern char drbd_usermode_helper[];
/* This is used to stop/restart our threads.