summaryrefslogtreecommitdiffstats
path: root/sys/sys/mount.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2014-12-15 11:05:53 +0000
committerkib <kib@FreeBSD.org>2014-12-15 11:05:53 +0000
commitd05fefb955b5c3aa7d8ec136a9170d6f25d8ac1f (patch)
tree4fa6eafcb1b521c724246679a3896e2a2dca2bcc /sys/sys/mount.h
parent679b472095e0522991b6b16d01ec57aec95f9f55 (diff)
downloadFreeBSD-src-d05fefb955b5c3aa7d8ec136a9170d6f25d8ac1f.zip
FreeBSD-src-d05fefb955b5c3aa7d8ec136a9170d6f25d8ac1f.tar.gz
MFC r275620:
Add functions syncer_suspend() and syncer_resume(). MFC r275637: Remove local variable for real.
Diffstat (limited to 'sys/sys/mount.h')
-rw-r--r--sys/sys/mount.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 0c9a1da..a78e924 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -919,6 +919,9 @@ vfs_uninit_t vfs_stduninit;
vfs_extattrctl_t vfs_stdextattrctl;
vfs_sysctl_t vfs_stdsysctl;
+void syncer_suspend(void);
+void syncer_resume(void);
+
#else /* !_KERNEL */
#include <sys/cdefs.h>
OpenPOWER on IntegriCloud