patches: argument removed from struct ipv6_stub->ndisc_send_na()
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 6 Nov 2015 19:51:48 +0000 (20:51 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 7 Nov 2015 16:12:09 +0000 (17:12 +0100)
commit899d8156efdd7445867f1a2d25ef74d315f463cf
treea56ad679b42ed2a298631d198c8949ae21a05b75
parentb0bbdc0f6f6305e89d11e86d0298bda1834daa79
patches: argument removed from struct ipv6_stub->ndisc_send_na()

Commit 38cf595b1 "ipv6: remove unused neigh parameter from ndisc
functions" removed one parameter from the callback function
ndisc_send_na(). This semantic patch makes the code add NULL for that
parameter on older kernel versions. Null was passed in most of the
callers before.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
patches/collateral-evolutions/network/0065-ndisc_send_na-argument.cocci [new file with mode: 0644]