diff options
Diffstat (limited to 'fs/hfsplus/inode.c')
-rw-r--r-- | fs/hfsplus/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/inode.c b/fs/hfsplus/inode.c index be68961da997..8cd8dc2e7fdd 100644 --- a/fs/hfsplus/inode.c +++ b/fs/hfsplus/inode.c | |||
@@ -302,7 +302,7 @@ static int hfsplus_setattr(struct dentry *dentry, struct iattr *attr) | |||
302 | return 0; | 302 | return 0; |
303 | } | 303 | } |
304 | 304 | ||
305 | static int hfsplus_file_fsync(struct file *file, int datasync) | 305 | int hfsplus_file_fsync(struct file *file, int datasync) |
306 | { | 306 | { |
307 | struct inode *inode = file->f_mapping->host; | 307 | struct inode *inode = file->f_mapping->host; |
308 | struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); | 308 | struct hfsplus_sb_info *sbi = HFSPLUS_SB(inode->i_sb); |