diff options
author | Eric Dumazet <[email protected]> | 2017-01-10 19:52:43 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-01-11 08:15:40 -0500 |
commit | 7cfd5fd5a9813f1430290d20c0fead9b4582a307 (patch) | |
tree | 8637effcdc8ce0086eef34afc7ed72e6ca5e7501 /lib/test-string_helpers.c | |
parent | 6c711c8691bf91d0e830ff4215b08e51c0626769 (diff) |
gro: use min_t() in skb_gro_reset_offset()
On 32bit arches, (skb->end - skb->data) is not 'unsigned int',
so we shall use min_t() instead of min() to avoid a compiler error.
Fixes: 1272ce87fa01 ("gro: Enter slow-path if there is no tailroom")
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions