diff options
Diffstat (limited to 'include/linux/ext3_fs.h')
-rw-r--r-- | include/linux/ext3_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ext3_fs.h b/include/linux/ext3_fs.h index 5e06acf95d0f..0c473fd79acb 100644 --- a/include/linux/ext3_fs.h +++ b/include/linux/ext3_fs.h | |||
@@ -877,7 +877,7 @@ extern int ext3_htree_store_dirent(struct file *dir_file, __u32 hash, | |||
877 | extern void ext3_htree_free_dir_info(struct dir_private_info *p); | 877 | extern void ext3_htree_free_dir_info(struct dir_private_info *p); |
878 | 878 | ||
879 | /* fsync.c */ | 879 | /* fsync.c */ |
880 | extern int ext3_sync_file(struct file *, int); | 880 | extern int ext3_sync_file(struct file *, loff_t, loff_t, int); |
881 | 881 | ||
882 | /* hash.c */ | 882 | /* hash.c */ |
883 | extern int ext3fs_dirhash(const char *name, int len, struct | 883 | extern int ext3fs_dirhash(const char *name, int len, struct |