Codebase list libatasmart / 4b62657
Fix a typo (caught by lintian) Michael Biebl 13 years ago
2 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
44 and get_bad(). (fd.o #26834)
55 * Add 0002-Drop-our-own-many-bad-sectors-heuristic.patch: Drop our own "many
66 bad sectors" heuristic.This currently causes a lot of false positives,
7 because in many cases our treshold is either overly pessimistically low,
7 because in many cases our threshold is either overly pessimistically low,
88 or the raw value is implausibly high. Just use the normalized values vs.
9 treshold for now. (Closes: #584969, LP: #438136, fd.o #25772)
9 threshold for now. (Closes: #584969, LP: #438136, fd.o #25772)
1010
1111 -- Martin Pitt <mpitt@debian.org> Tue, 08 Jun 2010 08:40:22 +0200
1212
33 Subject: [PATCH 2/2] Drop our own "many bad sectors" heuristic
44
55 This currently causes a lot of false positives, because in many cases our
6 treshold is either overly pessimistically low, or the raw value is implausibly
7 high. Just use the normalized values vs. treshold for now.
6 threshold is either overly pessimistically low, or the raw value is implausibly
7 high. Just use the normalized values vs. threshold for now.
88
99 Bug: https://bugs.freedesktop.org/show_bug.cgi?id=25772
1010 Bug-Ubuntu: https://launchpad.net/bugs/438136