git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48c26dd
)
md/raid10: use correct limit variable
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 11 Oct 2012 03:20:58 +0000
(14:20 +1100)
committer
NeilBrown
<neilb@suse.de>
Thu, 11 Oct 2012 03:20:58 +0000
(14:20 +1100)
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
patch
|
blob
|
history
diff --cc
drivers/md/raid10.c
Simple merge