diff options
author | Isaac Huang <[email protected]> | 2015-03-21 23:32:54 -0600 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-03-24 13:22:03 -0700 |
commit | e89bd69775d5379f6835dade1e14005aa17f4903 (patch) | |
tree | a4549a022f800838c126999ed5fe130cca3c17ca /man | |
parent | d07b7c7f210e3f92775ad93a7306812edf524bfc (diff) |
zio_injection_enabled should not be a module option
The zio_inject.c keeps zio_injection_enabled as a counter of
fault handlers, so it should not be exported to user space as
a module option.
Several EXPORT_SYMBOLs are moved from zio.c to zio_inject.c,
where the symbols are defined.
Signed-off-by: Isaac Huang <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #3199
Diffstat (limited to 'man')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index fe31e292a..9a3e2149a 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -1416,17 +1416,6 @@ Default value: \fB30,000\fR. .sp .ne 2 .na -\fBzio_injection_enabled\fR (int) -.ad -.RS 12n -Enable fault injection -.sp -Use \fB1\fR for yes and \fB0\fR for no (default). -.RE - -.sp -.ne 2 -.na \fBzio_requeue_io_start_cut_in_line\fR (int) .ad .RS 12n |