From dbfeb73092e849e258fd7f9aa5b00e4ab2ee6fbc Mon Sep 17 00:00:00 2001 From: Jeremiah Mahler Date: Sat, 27 Dec 2014 12:46:49 -0800 Subject: [PATCH] staging: lustre: selftest: fix _post_buffer context imbalance Fix the sparse warning about a context imbalance in the srpc_service_post_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:508:17: warning: context imbalance in 'srpc_service_post_buffer' - unexpected unlock Signed-off-by: Jeremiah Mahler Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed