diff options
| author | Brice Goglin <[email protected]> | 2008-01-08 06:09:08 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2008-01-09 07:30:18 +0000 |
| commit | 877364e60edeea06efa8ceb9d29201f195af8a47 (patch) | |
| tree | 9faedc7c3735ec04b0434b769e50fecc01dc5e6c /fs/proc/array.c | |
| parent | [NET]: Clone the sk_buff 'iif' field in __skb_clone() (diff) | |
| download | kernel-877364e60edeea06efa8ceb9d29201f195af8a47.tar.gz kernel-877364e60edeea06efa8ceb9d29201f195af8a47.zip | |
[LRO] Fix lro_mgr->features checks
lro_mgr->features contains a bitmask of LRO_F_* values which are
defined as power of two, not as bit indexes.
They must be checked with x&LRO_F_FOO, not with test_bit(LRO_F_FOO,&x).
Signed-off-by: Brice Goglin <[email protected]>
Acked-by: Andrew Gallatin <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions
