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/vfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/uts/common/sys/vfs.h') diff --git a/usr/src/uts/common/sys/vfs.h b/usr/src/uts/common/sys/vfs.h index fc6e22b3a2..07736d2b69 100644 --- a/usr/src/uts/common/sys/vfs.h +++ b/usr/src/uts/common/sys/vfs.h @@ -22,6 +22,7 @@ * Copyright (c) 1988, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2015 Nexenta Systems, Inc. All rights reserved. * Copyright 2016 Toomas Soome + * Copyright (c) 2016 by Delphix. All rights reserved. */ /* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */ @@ -513,7 +514,6 @@ int vfs_optionisset(const struct vfs *, const char *, char **); int vfs_settag(uint_t, uint_t, const char *, const char *, cred_t *); int vfs_clrtag(uint_t, uint_t, const char *, const char *, cred_t *); void vfs_syncall(void); -void vfs_syncprogress(void); void vfsinit(void); void vfs_unmountall(void); void vfs_make_fsid(fsid_t *, dev_t, int); -- cgit v1.2.3