From: Andreas Gruenbacher Date: Thu, 11 Sep 2014 12:29:08 +0000 (+0200) Subject: drbd: Avoid inconsistent locking warning X-Git-Tag: fixes-against-v3.18-rc2~52^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d4ba3f0fa53044b8b597caaa7d8e291e6e84642;p=pandora-kernel.git drbd: Avoid inconsistent locking warning request_timer_fn() takes resource->req_lock via the device and releases it via the connection. Avoid this as it is confusing static code checkers. Reported-by: "Dan Carpenter" Signed-off-by: Andreas Gruenbacher Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg Signed-off-by: Jens Axboe --- Reading git-diff-tree failed