Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module/zfs: remove zfs_zevent_console and zfs_zevent_cols #11996

Merged
merged 1 commit into from
May 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion include/os/freebsd/spl/sys/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ KERNEL_H = \
ccompile.h \
cmn_err.h \
condvar.h \
console.h \
cred.h \
ctype.h \
debug.h \
Expand Down
35 changes: 0 additions & 35 deletions include/os/freebsd/spl/sys/console.h

This file was deleted.

1 change: 0 additions & 1 deletion include/os/linux/spl/sys/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ KERNEL_H = \
callo.h \
cmn_err.h \
condvar.h \
console.h \
cred.h \
ctype.h \
debug.h \
Expand Down
30 changes: 0 additions & 30 deletions include/os/linux/spl/sys/console.h

This file was deleted.

1 change: 0 additions & 1 deletion include/sys/fm/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ typedef struct zfs_zevent {

extern void fm_init(void);
extern void fm_fini(void);
extern void fm_nvprint(nvlist_t *);
extern void zfs_zevent_post_cb(nvlist_t *nvl, nvlist_t *detector);
extern int zfs_zevent_post(nvlist_t *, nvlist_t *, zevent_cb_t *);
extern void zfs_zevent_drain_all(int *);
Expand Down
22 changes: 0 additions & 22 deletions man/man5/zfs-module-parameters.5
Original file line number Diff line number Diff line change
Expand Up @@ -3847,28 +3847,6 @@ set.
.sp
.RE

.sp
.ne 2
.na
\fBzfs_zevent_cols\fR (int)
.ad
.RS 12n
When zevents are logged to the console use this as the word wrap width.
.sp
Default value: \fB80\fR.
.RE

.sp
.ne 2
.na
\fBzfs_zevent_console\fR (int)
.ad
.RS 12n
Log events to the console
.sp
Use \fB1\fR for yes and \fB0\fR for no (default).
.RE

.sp
.ne 2
.na
Expand Down
Loading