]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
batman-adv: Deinline batadv_orig_hash_find, save 7339 bytes
authorDenys Vlasenko <dvlasenk@redhat.com>
Sun, 19 Nov 2017 16:59:13 +0000 (17:59 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Mon, 4 Dec 2017 12:16:00 +0000 (13:16 +0100)
commit3326afe6bac383a354c947d878e3916a74bbd59a
tree8e868e6e040f5dc39b9f6d4e129843fa4b79cfa3
parent02dd9a8afab42d63ca89a0e7dc8c45c5bebeb710
batman-adv: Deinline batadv_orig_hash_find, save 7339 bytes

This function compiles to 288 bytes of machine code for Linux 4.14 on
Debian Stretch amd64 and (6.3.0-18) with the default configuration. 27
callsites (25 used in default config).

   text    data     bss     dec     hex filename
 179291   10317    4416  194024   2f5e8 batman-adv.ko.pre
 171952   10317    4416  186685   2d93d batman-adv.ko.post

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
[sven@narfation.org: Fix includes, correct sizes+counts in commit message]
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/originator.c
net/batman-adv/originator.h