summaryrefslogtreecommitdiffstats
path: root/drivers/parport
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2014-10-10 13:48:17 +0200
committerDavid S. Miller <davem@davemloft.net>2014-10-10 21:37:28 +0200
commit98226208c8a1fe5834e92d827a2a1e8051a17943 (patch)
tree09bc0b1ebf516dcba2d21b93d98dc0e3d2bc3181 /drivers/parport
parentixgbe: fix race accessing page->_count (diff)
downloadlinux-98226208c8a1fe5834e92d827a2a1e8051a17943.tar.xz
linux-98226208c8a1fe5834e92d827a2a1e8051a17943.zip
mlx4: fix race accessing page->_count
This is illegal to use atomic_set(&page->_count, ...) even if we 'own' the page. Other entities in the kernel need to use get_page_unless_zero() to get a reference to the page before testing page properties, so we could loose a refcount increment. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/parport')
0 files changed, 0 insertions, 0 deletions