aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-08-26 17:33:27 +0200
committerAdrian Bunk <bunk@stusta.de>2006-08-26 17:33:27 +0200
commitfbb8b6ef114c7c298a6e20bf271c7b16978d0a70 (patch)
treef0eb3af0fe81a3c9f9aa20c676a460523e9276cb /net
parent13967acced1d331cb76a3392e53d3a72dfcbbd64 (diff)
Fix a potential NULL dereference in md/raid1
At the point where this 'atomic_add' is, rdev could be NULL, as seen by the fact that we test for this in the very next statement. Further is it is really the wrong place of the add. We could add to the count of corrected errors once the are sure it was corrected, not before trying to correct it. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions