From: Gerrit Renker Date: Mon, 24 Nov 2008 00:07:53 +0000 (-0800) Subject: dccp: Increase the scope of variable-length htonl/ntohl functions X-Git-Tag: v2.6.29-rc1~581^2~533 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02fa460ef553faabc7e0b15ff9f607f028739808;p=pandora-kernel.git dccp: Increase the scope of variable-length htonl/ntohl functions This extends the scope of two available functions, encode|decode_value_var, to work up to 6 (8) bytes, to match maximum requirements in the RFC. These functions are going to be used both by general option processing and feature negotiation code, hence declarations have been put into feat.h. Signed-off-by: Gerrit Renker Acked-by: Ian McDonald Acked-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed