From 3f11de9ddb9e8b567df284c7f495ac53076611c4 Mon Sep 17 00:00:00 2001 From: Sara Hartse Date: Tue, 29 Nov 2016 13:15:25 -0800 Subject: 7605 we should not attempt to write to ZFS while panicing Reviewed by: Matt Ahrens Reviewed by: Pavel Zakharov Reviewed by: George Wilson Approved by: Dan McDonald --- usr/src/uts/common/sys/panic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/uts/common/sys/panic.h') 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; -- cgit v1.2.3