commit | dbfeb73092e849e258fd7f9aa5b00e4ab2ee6fbc | [log] [tgz] |
---|---|---|
author | Jeremiah Mahler <jmmahler@gmail.com> | Sat Dec 27 12:46:49 2014 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jan 17 15:52:58 2015 -0800 |
tree | c1905a6fe8ffe4a4c5df852cb2eff41b152db745 | |
parent | 8a136d117d4508d3a701e70e608077032dc1b909 [diff] |
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 <jmmahler@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>