From: Rami Rosen Date: Mon, 19 Aug 2013 12:47:11 +0000 (+0300) Subject: xfrm: remove irrelevant comment in xfrm_input(). X-Git-Tag: v3.12-rc1~132^2~199^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3fec5a1c5a1ab4a85ca3f4e41c626fb953ce162;p=pandora-kernel.git xfrm: remove irrelevant comment in xfrm_input(). This patch removes a comment in xfrm_input() which became irrelevant due to commit 2774c13, "xfrm: Handle blackhole route creation via afinfo". That commit removed returning -EREMOTE in the xfrm_lookup() method when the packet should be discarded and also removed the correspoinding -EREMOTE handlers. This was replaced by calling the make_blackhole() method. Therefore the comment about -EREMOTE is not relevant anymore. Signed-off-by: Rami Rosen Signed-off-by: Steffen Klassert --- Reading git-diff-tree failed