]> git.baikalelectronics.ru Git - kernel.git/commit
mv_xor: fix race in tasklet function
authorSaeed Bishara <saeed@marvell.com>
Tue, 21 Dec 2010 14:53:39 +0000 (16:53 +0200)
committerDan Williams <dan.j.williams@intel.com>
Mon, 3 Jan 2011 09:39:26 +0000 (01:39 -0800)
commited54f2d7f43b998f4125585f846d367346e6f085
tree1f41baeedeff9625d25e9c664d3bf762f3371855
parent92b9c69055b3d6af45d3168001dc369ebf518a57
mv_xor: fix race in tasklet function

use mv_xor_slot_cleanup() instead of __mv_xor_slot_cleanup() as the former function
aquires the spin lock that needed to protect the drivers data.

Cc: <stable@kernel.org>
Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dma/mv_xor.c