summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2011-11-02 11:00:49 +0000
committerDavid S. Miller <davem@davemloft.net>2011-11-03 18:11:51 -0400
commiteea49cc9009767dfbafd673ee577854454b52e0d (patch)
tree1d48e1c6a243cb2ab2d680d6b1919d994b76f3b3 /fs
parentc49b82da1f6649b76acbabc7940ddb53a00bdfcc (diff)
downloadlinux-3.10-eea49cc9009767dfbafd673ee577854454b52e0d.tar.gz
linux-3.10-eea49cc9009767dfbafd673ee577854454b52e0d.tar.bz2
linux-3.10-eea49cc9009767dfbafd673ee577854454b52e0d.zip
af_packet: de-inline some helper functions
This popped some compiler errors due to mismatched prototypes. Just remove most manual inlines, the compiler should be able to figure out what makes sense to inline and not. net/packet/af_packet.c:252: warning: 'prb_curr_blk_in_use' declared inline after being called net/packet/af_packet.c:252: warning: previous declaration of 'prb_curr_blk_in_use' was here net/packet/af_packet.c:258: warning: 'prb_queue_frozen' declared inline after being called net/packet/af_packet.c:258: warning: previous declaration of 'prb_queue_frozen' was here net/packet/af_packet.c:248: warning: 'packet_previous_frame' declared inline after being called net/packet/af_packet.c:248: warning: previous declaration of 'packet_previous_frame' was here net/packet/af_packet.c:251: warning: 'packet_increment_head' declared inline after being called net/packet/af_packet.c:251: warning: previous declaration of 'packet_increment_head' was here Signed-off-by: Olof Johansson <olof@lixom.net> Cc: Chetan Loke <loke.chetan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions