From: Christoph Paasch Date: Thu, 7 Mar 2013 02:34:33 +0000 (+0000) Subject: Fix: sparse warning in inet_csk_prepare_forced_close X-Git-Tag: v3.9-rc3~36^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c10cb5fc0fc9fa605e01f715118bde5ba5a98616;p=pandora-kernel.git Fix: sparse warning in inet_csk_prepare_forced_close In e337e24d66 (inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock) I introduced the function inet_csk_prepare_forced_close, which does a call to bh_unlock_sock(). This produces a sparse-warning. This patch adds the missing __releases. Signed-off-by: Christoph Paasch Signed-off-by: David S. Miller --- Reading git-diff-tree failed