Skip to content

Commit

Permalink
Debug code to ignore checksum left in. Removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
zfsrogue committed Aug 8, 2013
1 parent ae84b81 commit 0a58a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/zio_checksum.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ zio_checksum_error(zio_t *zio, zio_bad_cksum_t *info)
// We know we are ignoring checksum, this is a bit noisy
//printk("zio_checksum ignoring ECKSUM error!!\n");
#endif
//return (ECKSUM);
return (ECKSUM);
}

if (zio_injection_enabled && !zio->io_error &&
Expand Down

0 comments on commit 0a58a69

Please sign in to comment.