commit | d66b1c0df3f19812a6edb69fa35a1db01a2251d5 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Fri Mar 09 18:13:00 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 09 13:10:05 2018 -0500 |
tree | 6f26706088c62cb31736f82bf3569fdc989dbb8e | |
parent | 1b45c80be08d11e3f48c514a63d8c1214829fc19 [diff] |
s390/qeth: restructure IP notification handlers Extract a helper that does the actual work & returns the right NOTIFY_* responses, and start putting the temporary ipaddr container objects on the stack rather than kmalloc'ing them. They are small, and this reduces the confusion of which objects actually get added to qeth's IP tables. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>