]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/zfs_debug.h
Fixes for procfs files backed by linked lists
[mirror_zfs.git] / include / sys / zfs_debug.h
index aa9bfe21f02585abf0af850034e258d2a18911a7..f3a936ae7ba0d7ad2f102196832684180895d291 100644 (file)
@@ -76,13 +76,6 @@ extern void __dprintf(const char *file, const char *func,
 
 extern void zfs_panic_recover(const char *fmt, ...);
 
-typedef struct zfs_dbgmsg {
-       list_node_t zdm_node;
-       time_t zdm_timestamp;
-       int zdm_size;
-       char zdm_msg[1]; /* variable length allocation */
-} zfs_dbgmsg_t;
-
 extern void zfs_dbgmsg_init(void);
 extern void zfs_dbgmsg_fini(void);