From: Lars Ellenberg Date: Mon, 28 Apr 2014 16:43:21 +0000 (+0200) Subject: drbd: perpare for genetlink parallel_ops X-Git-Tag: omap-for-v3.17/soc-cleanup~42^2~7^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a910b12352f5ddee712c3423c31fbb8b312dde88;p=pandora-kernel.git 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 Signed-off-by: Lars Ellenberg Signed-off-by: Jens Axboe --- Reading git-diff-tree failed