From: Steffen Klassert Date: Wed, 21 Mar 2012 23:32:39 +0000 (+0000) Subject: xfrm: Remove unused xfrm_state from xfrm_state_check_space X-Git-Tag: v3.4-rc1~115^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26b2072e7536e57995b2867d057fbb32ecfe498d;p=pandora-kernel.git xfrm: Remove unused xfrm_state from xfrm_state_check_space The xfrm_state argument is unused in this function, so remove it. Also the name xfrm_state_check_space does not really match what this function does. It actually checks if we have enough head and tailroom on the skb. So we rename the function to xfrm_skb_check_space. Signed-off-by: Steffen Klassert Signed-off-by: David S. Miller --- Reading git-diff-tree failed