mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 16:46:23 +08:00
[NETLINK] af_netlink: kill some bloat
net/netlink/af_netlink.c: netlink_realloc_groups | -46 netlink_insert | -49 netlink_autobind | -94 netlink_clear_multicast_users | -48 netlink_bind | -55 netlink_setsockopt | -54 netlink_release | -86 netlink_kernel_create | -47 netlink_change_ngroups | -56 9 functions changed, 535 bytes removed, diff: -535 net/netlink/af_netlink.c: netlink_table_ungrab | +53 1 function changed, 53 bytes added, diff: +53 net/netlink/af_netlink.o: 10 functions changed, 53 bytes added, 535 bytes removed, diff: -482 Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
50eb431d6e
commit
3f25252675
@ -193,7 +193,7 @@ static void netlink_table_grab(void)
|
||||
}
|
||||
}
|
||||
|
||||
static inline void netlink_table_ungrab(void)
|
||||
static void netlink_table_ungrab(void)
|
||||
__releases(nl_table_lock)
|
||||
{
|
||||
write_unlock_irq(&nl_table_lock);
|
||||
|
Loading…
Reference in New Issue
Block a user