diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2011-10-13 11:20:08 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-13 22:28:29 -0400 |
commit | 96cd8951684adaa5fd72952adef532d0b42f70e1 (patch) | |
tree | 09729378bf804d8a8b077688de63136c8b09c512 /drivers/video/via/ioctl.c | |
parent | e7e5a4033f765e2a37095cd0a73261c99840f77e (diff) | |
download | linux-96cd8951684adaa5fd72952adef532d0b42f70e1.tar.gz linux-96cd8951684adaa5fd72952adef532d0b42f70e1.tar.bz2 linux-96cd8951684adaa5fd72952adef532d0b42f70e1.zip |
ftmac100: fix skb truesize underestimation
ftmac100 allocates a page per skb fragment. We must account
PAGE_SIZE increments on skb->truesize, not the actual frag length.
If frame is under 64 bytes, page is freed, so increase truesize only for
bigger frames.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Po-Yu Chuang <ratbert@faraday-tech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video/via/ioctl.c')
0 files changed, 0 insertions, 0 deletions