diff options
Diffstat (limited to 'fs/hfsplus/hfsplus_fs.h')
| -rw-r--r-- | fs/hfsplus/hfsplus_fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h index 5c10d803d9df..dc856be3c2b0 100644 --- a/fs/hfsplus/hfsplus_fs.h +++ b/fs/hfsplus/hfsplus_fs.h | |||
| @@ -337,8 +337,7 @@ struct inode *hfsplus_new_inode(struct super_block *, int); | |||
| 337 | void hfsplus_delete_inode(struct inode *); | 337 | void hfsplus_delete_inode(struct inode *); |
| 338 | 338 | ||
| 339 | /* ioctl.c */ | 339 | /* ioctl.c */ |
| 340 | int hfsplus_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, | 340 | long hfsplus_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); |
| 341 | unsigned long arg); | ||
| 342 | int hfsplus_setxattr(struct dentry *dentry, const char *name, | 341 | int hfsplus_setxattr(struct dentry *dentry, const char *name, |
| 343 | const void *value, size_t size, int flags); | 342 | const void *value, size_t size, int flags); |
| 344 | ssize_t hfsplus_getxattr(struct dentry *dentry, const char *name, | 343 | ssize_t hfsplus_getxattr(struct dentry *dentry, const char *name, |
| @@ -352,6 +351,7 @@ int hfsplus_show_options(struct seq_file *, struct vfsmount *); | |||
| 352 | 351 | ||
| 353 | /* super.c */ | 352 | /* super.c */ |
| 354 | struct inode *hfsplus_iget(struct super_block *, unsigned long); | 353 | struct inode *hfsplus_iget(struct super_block *, unsigned long); |
| 354 | int hfsplus_sync_fs(struct super_block *sb, int wait); | ||
| 355 | 355 | ||
| 356 | /* tables.c */ | 356 | /* tables.c */ |
| 357 | extern u16 hfsplus_case_fold_table[]; | 357 | extern u16 hfsplus_case_fold_table[]; |
