From 8a136d117d4508d3a701e70e608077032dc1b909 Mon Sep 17 00:00:00 2001 From: Jeremiah Mahler Date: Sat, 27 Dec 2014 12:46:48 -0800 Subject: [PATCH] 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-format-patch failed