aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-05-10 20:00:15 +0200
committerBrian Behlendorf <[email protected]>2021-05-27 22:09:19 -0700
commit1cb517aebd5d4d5243689359632b8d6299057fd4 (patch)
tree0aed5ba1c2c61a1ccfc3b647575be240407a7c42 /include/sys
parentcb2e3360380ad465c2e5685941ae125b5cff463a (diff)
module/zfs: remove zfs_zevent_console and zfs_zevent_cols
zfs_zevent_console committed multiple printk()s per line without properly continuing them ‒ a single event could easily be fragmented across over thirty lines, making it useless for direct application zfs_zevent_cols exists purely to wrap the output from zfs_zevent_console The niche this was supposed to fill can be better served by something akin to the all-syslog ZEDLET Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #7082 Closes #11996
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/fm/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/fm/util.h b/include/sys/fm/util.h
index ea8c61a8b..56ba8798b 100644
--- a/include/sys/fm/util.h
+++ b/include/sys/fm/util.h
@@ -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 *);