From: Herbert Xu Date: Wed, 2 Jan 2008 07:52:59 +0000 (-0800) Subject: [IPSEC]: Return EOVERFLOW when output sequence number overflows X-Git-Tag: v2.6.25-rc1~1162^2~882 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb1db8b59fb84d620ab5266366b52c8052ee75c;p=pandora-kernel.git [IPSEC]: Return EOVERFLOW when output sequence number overflows Previously we made it an error on the output path if the sequence number overflowed. However we did not set the err variable accordingly. This patch sets err to -EOVERFLOW in that case. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed