diff options
Diffstat (limited to 'fs/hfsplus/hfsplus_fs.h')
-rw-r--r-- | fs/hfsplus/hfsplus_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h index 0d8532d96694..625549579e9e 100644 --- a/fs/hfsplus/hfsplus_fs.h +++ b/fs/hfsplus/hfsplus_fs.h | |||
@@ -352,6 +352,7 @@ int hfsplus_cat_read_inode(struct inode *, struct hfs_find_data *); | |||
352 | int hfsplus_cat_write_inode(struct inode *); | 352 | int hfsplus_cat_write_inode(struct inode *); |
353 | struct inode *hfsplus_new_inode(struct super_block *, int); | 353 | struct inode *hfsplus_new_inode(struct super_block *, int); |
354 | void hfsplus_delete_inode(struct inode *); | 354 | void hfsplus_delete_inode(struct inode *); |
355 | int hfsplus_file_fsync(struct file *file, int datasync); | ||
355 | 356 | ||
356 | /* ioctl.c */ | 357 | /* ioctl.c */ |
357 | long hfsplus_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); | 358 | long hfsplus_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); |