]> git.baikalelectronics.ru Git - kernel.git/commit
drbd: rename "usermode_helper" to "drbd_usermode_helper"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Aug 2017 08:20:45 +0000 (10:20 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Aug 2017 21:34:46 +0000 (15:34 -0600)
commitf2dbcef566a1fd4a02681854f4c29ed4c285c58d
treeae88a98bdfd1e2935e9929edc58dfc3811001b4e
parent6160b05aff6a328365126fef21264e95cd2e5699
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>
drivers/block/drbd/drbd_int.h
drivers/block/drbd/drbd_main.c
drivers/block/drbd/drbd_nl.c