md/raid10: use correct limit variable
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 11 Oct 2012 03:20:58 +0000 (14:20 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 11 Oct 2012 03:20:58 +0000 (14:20 +1100)
commit91502f099dfc5a1e8812898e26ee280713e1d002
tree7e38d225da477345f674739ecf3aefec3c44307c
parent48c26ddc9f85808632a63b3ae50b868c86a2435f
md/raid10: use correct limit variable

Clang complains that we are assigning a variable to itself.  This should
be using bad_sectors like the similar earlier check does.

Bug has been present since 3.1-rc1.  It is minor but could
conceivably cause corruption or other bad behaviour.

Cc: stable@vger.kernel.org
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid10.c