diff options
author | Sara Hartse <sara.hartse@delphix.com> | 2016-11-29 13:15:25 -0800 |
---|---|---|
committer | Matthew Ahrens <mahrens@delphix.com> | 2016-12-06 11:02:46 -0800 |
commit | 3f11de9ddb9e8b567df284c7f495ac53076611c4 (patch) | |
tree | 8a442fe99f6ce1682086d11ad2ccaf1c13dabcfa /usr/src/uts/common/sys/panic.h | |
parent | 5bd27a4b09b84769e110128df3f77e5076d8db77 (diff) | |
download | illumos-joyent-3f11de9ddb9e8b567df284c7f495ac53076611c4.tar.gz |
7605 we should not attempt to write to ZFS while panicing
Reviewed by: Matt Ahrens <mahrens@delphix.com>
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com>
Reviewed by: George Wilson <george.wilson@delphix.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/uts/common/sys/panic.h')
-rw-r--r-- | usr/src/uts/common/sys/panic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/panic.h b/usr/src/uts/common/sys/panic.h index 1fa00f5f5a..995e0a1831 100644 --- a/usr/src/uts/common/sys/panic.h +++ b/usr/src/uts/common/sys/panic.h @@ -20,6 +20,7 @@ */ /* * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016 by Delphix. All rights reserved. */ #ifndef _SYS_PANIC_H @@ -142,7 +143,6 @@ extern int do_polled_io; extern int obpdebug; extern int in_sync; extern int panic_quiesce; -extern int panic_sync; extern int panic_dump; extern int64_t panic_lbolt64; extern label_t panic_regs; |