FILESYSTEM: dynamic f/sync
/include/linux/fs.h
blob:d8ecb015ff83b6a9278344d8f059930479aaf05e -> blob:7446c5c6fb4a010a34a61c64e57ec493824caa47
--- include/linux/fs.h
+++ include/linux/fs.h
@@ -2053,6 +2053,7 @@ static inline int thaw_bdev(struct block
}
#endif
extern int sync_filesystem(struct super_block *);
+extern void sync_filesystems(int wait);
extern const struct file_operations def_blk_fops;
extern const struct file_operations def_chr_fops;
extern const struct file_operations bad_sock_fops;