fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
[deliverable/linux.git] / include / linux / ext3_fs.h
index 5e06acf95d0f84271b637f41711749c6968a32b4..0c473fd79acb4f0ae9ca4b41637fc1e8133b21de 100644 (file)
@@ -877,7 +877,7 @@ extern int ext3_htree_store_dirent(struct file *dir_file, __u32 hash,
 extern void ext3_htree_free_dir_info(struct dir_private_info *p);
 
 /* fsync.c */
-extern int ext3_sync_file(struct file *, int);
+extern int ext3_sync_file(struct file *, loff_t, loff_t, int);
 
 /* hash.c */
 extern int ext3fs_dirhash(const char *name, int len, struct
This page took 0.026518 seconds and 5 git commands to generate.