Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes subtle bug introduced in commit #c35b1882
hinted by gcc: ../../module/zfs/zio_inject.c: In function ‘zio_handle_io_delay’: ../../module/zfs/zio_inject.c:382:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (handler->zi_record.zi_freq != 0 && ^~ ../../module/zfs/zio_inject.c:384:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’ continue; ^~~~~~~~
- Loading branch information