From: Steffen Klassert Date: Wed, 21 Mar 2012 23:36:13 +0000 (+0000) Subject: xfrm: Access the replay notify functions via the registered callbacks X-Git-Tag: v3.2.14~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b5796b841ae7be468c39e88a9c723269651f57c;p=pandora-kernel.git xfrm: Access the replay notify functions via the registered callbacks [ Upstream commit 1265fd616782ef03b98fd19f65c2b47fcd4ea11f ] We call the wrong replay notify function when we use ESN replay handling. This leads to the fact that we don't send notifications if we use ESN. Fix this by calling the registered callbacks instead of xfrm_replay_notify(). Signed-off-by: Steffen Klassert Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed