commit | 91502f099dfc5a1e8812898e26ee280713e1d002 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Oct 11 14:20:58 2012 +1100 |
committer | NeilBrown <neilb@suse.de> | Thu Oct 11 14:20:58 2012 +1100 |
tree | 7e38d225da477345f674739ecf3aefec3c44307c | |
parent | 48c26ddc9f85808632a63b3ae50b868c86a2435f [diff] |
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>