]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ext2/ext2.h
Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...
[karo-tx-linux.git] / fs / ext2 / ext2.h
index 645be9e7ee4713b9bfc6fc7c11095ce57addcd09..af9fc89b1b2d3e92994e63db97023f2ebf32ecac 100644 (file)
@@ -150,7 +150,8 @@ 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, int datasync);
+extern int ext2_fsync(struct file *file, loff_t start, loff_t end,
+                     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;