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