summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorBrice Goglin <Brice.Goglin@inria.fr>2008-01-07 22:09:08 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-08 23:30:18 -0800
commit877364e60edeea06efa8ceb9d29201f195af8a47 (patch)
tree9faedc7c3735ec04b0434b769e50fecc01dc5e6c /ipc
parent02f1c89d6e36507476f78108a3dcc78538be460b (diff)
downloadop-kernel-dev-877364e60edeea06efa8ceb9d29201f195af8a47.zip
op-kernel-dev-877364e60edeea06efa8ceb9d29201f195af8a47.tar.gz
[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 <Brice.Goglin@inria.fr> Acked-by: Andrew Gallatin <gallatin@myri.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud