diff options
Diffstat (limited to 'fs/hfsplus/super.c')
| -rw-r--r-- | fs/hfsplus/super.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c index 43022f3d5148..74b473a8ef92 100644 --- a/fs/hfsplus/super.c +++ b/fs/hfsplus/super.c | |||
| @@ -87,7 +87,8 @@ bad_inode: | |||
| 87 | return ERR_PTR(err); | 87 | return ERR_PTR(err); | 
| 88 | } | 88 | } | 
| 89 | 89 | ||
| 90 | static int hfsplus_write_inode(struct inode *inode, int unused) | 90 | static int hfsplus_write_inode(struct inode *inode, | 
| 91 | struct writeback_control *wbc) | ||
| 91 | { | 92 | { | 
| 92 | struct hfsplus_vh *vhdr; | 93 | struct hfsplus_vh *vhdr; | 
| 93 | int ret = 0; | 94 | int ret = 0; | 
