commit | 26b2072e7536e57995b2867d057fbb32ecfe498d | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Wed Mar 21 23:32:39 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 22 19:29:58 2012 -0400 |
tree | edc4ae4dd3a01a1b2059a723b699f4b8c266db2e | |
parent | f0229eaaf3f82522e2b16b41b0f45bb84a88d1b0 [diff] |
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 <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>