commit | def8da382927803a88d6003d5baa159f668a153b | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Mar 14 17:44:54 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Mar 14 17:44:54 2012 -0400 |
tree | e54cdd0d48561d0de0bd351fc0d5661150294fa2 | |
parent | 26c09eb8145a16dcba6c40810d46a78712d253f2 [diff] |
e2fsck: add ability to limit the # of problems of a particular type This throttles the output of a particular problem type, to avoid a bottleneck caused by (for example) printing a large number of characters over a rate-limited a serial console. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>