diff options
author | Eric Dumazet <edumazet@google.com> | 2014-10-10 13:48:16 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-10 21:37:28 +0200 |
commit | ec91698360b3818ff426488a1529811f7a7ab87f (patch) | |
tree | 25eaf1eae76db5e562eae34d0ea921d03566c8c0 /drivers/ide/cmd64x.c | |
parent | igb: fix race accessing page->_count (diff) | |
download | linux-ec91698360b3818ff426488a1529811f7a7ab87f.tar.xz linux-ec91698360b3818ff426488a1529811f7a7ab87f.zip |
ixgbe: fix race accessing page->_count
This is illegal to use atomic_set(&page->_count, 2) 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>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ide/cmd64x.c')
0 files changed, 0 insertions, 0 deletions