Deleted Added
full compact
zfs_context.h (196295) zfs_context.h (209962)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 120 unchanged lines hidden (view full) ---

129 printf(__VA_ARGS__); \
130 printf("\n"); \
131 if ((lvl) & 0x100) \
132 kdb_backtrace(); \
133 mtx_unlock(&zfs_debug_mtx); \
134 } \
135} while (0)
136
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 120 unchanged lines hidden (view full) ---

129 printf(__VA_ARGS__); \
130 printf("\n"); \
131 if ((lvl) & 0x100) \
132 kdb_backtrace(); \
133 mtx_unlock(&zfs_debug_mtx); \
134 } \
135} while (0)
136
137#define sys_shutdown rebooting
138
137#endif /* _SYS_ZFS_CONTEXT_H */
139#endif /* _SYS_ZFS_CONTEXT_H */