]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ext2/ext2.h
Merge branch 'fix/hda' into for-linus
[karo-tx-linux.git] / fs / ext2 / ext2.h
index da318b0fa6370f0ff266ccb4117aa5556767725e..061914add3cffe038f3f2d3d86e2214cf8df3ea9 100644 (file)
@@ -155,6 +155,7 @@ extern void ext2_write_super (struct super_block *);
 extern const struct file_operations ext2_dir_operations;
 
 /* file.c */
+extern int ext2_fsync(struct file *file, struct dentry *dentry, int datasync);
 extern const struct inode_operations ext2_file_inode_operations;
 extern const struct file_operations ext2_file_operations;
 extern const struct file_operations ext2_xip_file_operations;