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 4d2edaea891c..37213d075f3c 100644 --- a/fs/hfsplus/inode.c +++ b/fs/hfsplus/inode.c | |||
@@ -36,7 +36,7 @@ static void hfsplus_write_failed(struct address_space *mapping, loff_t to) | |||
36 | struct inode *inode = mapping->host; | 36 | struct inode *inode = mapping->host; |
37 | 37 | ||
38 | if (to > inode->i_size) { | 38 | if (to > inode->i_size) { |
39 | truncate_pagecache(inode, to, inode->i_size); | 39 | truncate_pagecache(inode, inode->i_size); |
40 | hfsplus_file_truncate(inode); | 40 | hfsplus_file_truncate(inode); |
41 | } | 41 | } |
42 | } | 42 | } |