aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMister Oyster <oysterized@gmail.com>2017-09-22 20:55:31 +0200
committerMister Oyster <oysterized@gmail.com>2017-09-22 21:00:58 +0200
commitfdd3da71eb0fae04ef0e67cd02eab371a26449c6 (patch)
tree1265c11dab32fbb13e6ff7cdff6901ec8dd39e55 /include
parent4f2c2acdb0535c79f264ec418668f4c80f6f0431 (diff)
fsync: cleanup
Signed-off-by: Mister Oyster <oysterized@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/dyn_sync_cntrl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/dyn_sync_cntrl.h b/include/linux/dyn_sync_cntrl.h
new file mode 100644
index 000000000..01e6c0444
--- /dev/null
+++ b/include/linux/dyn_sync_cntrl.h
@@ -0,0 +1,6 @@
+/*
+ * dyn_sync_cntrl.h
+ * Fsync dynamic control header
+ */
+
+extern void sync_filesystems(int wait);