diff options
Diffstat (limited to 'usr/src/uts/common/sys')
-rw-r--r-- | usr/src/uts/common/sys/dumphdr.h | 3 | ||||
-rw-r--r-- | usr/src/uts/common/sys/panic.h | 2 | ||||
-rw-r--r-- | usr/src/uts/common/sys/vfs.h | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/uts/common/sys/dumphdr.h b/usr/src/uts/common/sys/dumphdr.h index e8603da399..f418913257 100644 --- a/usr/src/uts/common/sys/dumphdr.h +++ b/usr/src/uts/common/sys/dumphdr.h @@ -20,6 +20,7 @@ */ /* * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016 by Delphix. All rights reserved. */ #ifndef _SYS_DUMPHDR_H @@ -178,8 +179,6 @@ extern char *dumppath; extern int dump_timeout; extern int dump_timeleft; extern int dump_ioerr; -extern int sync_timeout; -extern int sync_timeleft; extern int dumpinit(struct vnode *, char *, int); extern void dumpfini(void); 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; 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 <tsoome@me.com> + * 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); |