Do not inline some functions

gcc don't want to inline them anyway:

net.c: In function ‘get_vps_ip’:
net.c:400: warning: inlining failed in call to ‘get_vps_ip_proc’: --param large-stack-frame-growth limit reached
net.c:510: warning: called from here
net.c: In function ‘vps_net_ctl’:
net.c:212: warning: inlining failed in call to ‘vps_del_ip’: call is unlikely and code size would grow
net.c:238: warning: called from here
net.c:193: warning: inlining failed in call to ‘vps_add_ip’: call is unlikely and code size would grow
net.c:239: warning: called from here
net.c:193: warning: inlining failed in call to ‘vps_add_ip’: call is unlikely and code size would grow
net.c:240: warning: called from here
net.c:212: warning: inlining failed in call to ‘vps_del_ip’: call is unlikely and code size would grow
net.c:391: warning: called from here

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed