From: Jeremiah Mahler Date: Sat, 27 Dec 2014 20:46:48 +0000 (-0800) Subject: staging: lustre: selftest: fix sfw_deactivate_session context imbalance X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~309 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a136d117d4508d3a701e70e608077032dc1b909;p=pandora-kernel.git staging: lustre: selftest: fix sfw_deactivate_session context imbalance Fix the sparse warning about a context imbalance in the sfw_deactivate_session function by telling sparse that it should expect the lock to be held on entry and held on exit. drivers/staging/lustre/lnet/selftest/framework.c:210:9: warning: context imbalance in 'sfw_deactivate_session' - unexpected unlock Signed-off-by: Jeremiah Mahler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed