commit | 183ece30053f1597120ee30174955d7a971bc146 | [log] [tgz] |
---|---|---|
author | Roland Kammerer <roland.kammerer@linbit.com> | Tue Aug 29 10:20:46 2017 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Aug 29 15:34:46 2017 -0600 |
tree | 05e112ea3e2383b51ea4cc6357e75dd3d4cb9ae3 | |
parent | 8ab761e17efa75449db2d71dc6fabf96d110588c [diff] |
drbd: move global variables to drbd namespace and make some static This is a follow-up to Gregs complaints that drbd clutteres the global namespace. Some of DRBD's module parameters are only used within one compilation unit. Make these static. Signed-off-by: Roland Kammerer <roland.kammerer@linbit.com> 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>