[PATCH] fsync: extract internal code
[deliverable/linux.git] / include / linux / fs.h
index 092cfaee0cd285aa0dc9b9f90096dd05020db723..215696a0f16f8c53551d191780109917bf203c3b 100644 (file)
@@ -1478,6 +1478,7 @@ extern int wait_on_page_writeback_range(struct address_space *mapping,
 extern int __filemap_fdatawrite_range(struct address_space *mapping,
                                loff_t start, loff_t end, int sync_mode);
 
+extern long do_fsync(struct file *file, int datasync);
 extern void sync_supers(void);
 extern void sync_filesystems(int wait);
 extern void emergency_sync(void);
This page took 0.036238 seconds and 5 git commands to generate.