From: Ingo Molnar Date: Wed, 26 Nov 2008 00:51:45 +0000 (-0800) Subject: fix warning in fs/dlm/netlink.c X-Git-Tag: v2.6.29-rc1~581^2~471 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=180b65df7ba1e700e28aabfbddbad84b7beebe4b;p=pandora-kernel.git fix warning in fs/dlm/netlink.c this warning: fs/dlm/netlink.c: In function ‘dlm_timeout_warn’: fs/dlm/netlink.c:131: warning: ‘send_skb’ may be used uninitialized in this function triggers because GCC does not recognize the (correct) error flow between prepare_data() and send_skb. Annotate it. Signed-off-by: Ingo Molnar Signed-off-by: David S. Miller --- Reading git-diff-tree failed