From: Emmanuel Grumbach Date: Sat, 21 May 2011 19:46:09 +0000 (+0000) Subject: net: skb_trim explicitely check the linearity instead of data_len X-Git-Tag: v3.0-rc1~351^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4264f27e83968ddfe3f0cfe7a33adfb320e1e42;p=pandora-kernel.git net: skb_trim explicitely check the linearity instead of data_len The purpose of the check on data_len is to check linearity, so use the inline helper for this. No overhead and more explicit. Signed-off-by: Emmanuel Grumbach Signed-off-by: David S. Miller --- Reading git-diff-tree failed