diff options
Diffstat (limited to 'fs/jfs/jfs_inode.h')
| -rw-r--r-- | fs/jfs/jfs_inode.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/jfs/jfs_inode.h b/fs/jfs/jfs_inode.h index ec2fb8b945fc..9271cfe4a149 100644 --- a/fs/jfs/jfs_inode.h +++ b/fs/jfs/jfs_inode.h @@ -21,7 +21,7 @@  struct fid;  extern struct inode *ialloc(struct inode *, umode_t); -extern int jfs_fsync(struct file *, int); +extern int jfs_fsync(struct file *, loff_t, loff_t, int);  extern long jfs_ioctl(struct file *, unsigned int, unsigned long);  extern long jfs_compat_ioctl(struct file *, unsigned int, unsigned long);  extern struct inode *jfs_iget(struct super_block *, unsigned long); |