Addresses-Debian-Bug: #646629
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
try = blocks_at_once;
currently_testing = first_block;
num_blocks = last_block - 1;
- if (!t_flag && (s_flag || v_flag)) {
+ if (!t_flag && (s_flag || v_flag))
fputs(_("Checking for bad blocks (read-only test): "), stderr);
- if (v_flag <= 1)
- alarm_intr(SIGALRM);
- }
+ if (s_flag && v_flag <= 1)
+ alarm_intr(SIGALRM);
while (currently_testing < last_block)
{
if (max_bb && bb_count >= max_bb) {