diff options
author | Lars Ellenberg <lars.ellenberg@linbit.com> | 2014-04-28 18:43:21 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-04-30 21:46:54 +0200 |
commit | a910b12352f5ddee712c3423c31fbb8b312dde88 (patch) | |
tree | 5f89917af7c58d0c12d64516d7ef6d7637fa094b /arch | |
parent | drbd: Do not BUG() when connection breaks in a special way (diff) | |
download | linux-a910b12352f5ddee712c3423c31fbb8b312dde88.tar.xz linux-a910b12352f5ddee712c3423c31fbb8b312dde88.zip |
drbd: perpare for genetlink parallel_ops
Because all administrative requests via genetlink have been globally
serialized via genl_lock(), we used to have one static struct
drbd_config_context "admin context".
Move this on-stack to the respective callback functions.
This will allow us to selectively drop the genl_lock()
(or use genl_family->parallel_ops) in the future.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions