diff options
author | Hannes Frederic Sowa <hannes@stressinduktion.org> | 2015-11-17 14:16:52 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-11-17 15:25:44 -0500 |
commit | b22b941b2c253a20e1d000c671594c4f3f0a3858 (patch) | |
tree | 3ce06dfe41611a60d5dbdc21c5eac1ae7869cebe /net/unix | |
parent | 19125c1a4fd873421698876f34a06dbe18d25f17 (diff) | |
download | linux-b22b941b2c253a20e1d000c671594c4f3f0a3858.tar.gz linux-b22b941b2c253a20e1d000c671594c4f3f0a3858.tar.bz2 linux-b22b941b2c253a20e1d000c671594c4f3f0a3858.zip |
rtnetlink: fix frame size warning in rtnl_fill_ifinfo
Fix the following warning:
CC net/core/rtnetlink.o
net/core/rtnetlink.c: In function ‘rtnl_fill_ifinfo’:
net/core/rtnetlink.c:1308:1: warning: the frame size of 2864 bytes is larger than 2048 bytes [-Wframe-larger-than=]
}
^
by splitting up the huge rtnl_fill_ifinfo into some smaller ones, so we
don't have the huge frame allocations at the same time.
Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix')
0 files changed, 0 insertions, 0 deletions