summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/vfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/vfs.h')
-rw-r--r--usr/src/uts/common/sys/vfs.h2
1 files changed, 1 insertions, 1 deletions
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);