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)
commit8333f65ef094e47020cd01452b4637e7daf5a77f
tree1f41baeedeff9625d25e9c664d3bf762f3371855
parent59a609d9b59be9452f168fe228befea53d5962ff
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