]> git.baikalelectronics.ru Git - kernel.git/commit
xfrm: remove irrelevant comment in xfrm_input().
authorRami Rosen <ramirose@gmail.com>
Mon, 19 Aug 2013 12:47:11 +0000 (15:47 +0300)
committerSteffen Klassert <steffen.klassert@secunet.com>
Mon, 19 Aug 2013 10:45:16 +0000 (12:45 +0200)
commite372c22e59ccd3af71524d354c434d07cfd5b370
treeb214239c0350fac39857e8f1fbee36e80b5a6aab
parent042f1252c0e0765bd8e8e83e436174dbf682a8fa
xfrm: remove irrelevant comment in xfrm_input().

This patch removes a comment in xfrm_input() which became irrelevant
due to commit 530fcaa, "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 <ramirose@gmail.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/xfrm/xfrm_policy.c