diff options
Diffstat (limited to 'fs/hfsplus/btree.c')
-rw-r--r-- | fs/hfsplus/btree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/btree.c b/fs/hfsplus/btree.c index 0fcec8b2a90b..3345c7553edc 100644 --- a/fs/hfsplus/btree.c +++ b/fs/hfsplus/btree.c | |||
@@ -358,7 +358,7 @@ struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree) | |||
358 | u32 count; | 358 | u32 count; |
359 | int res; | 359 | int res; |
360 | 360 | ||
361 | res = hfsplus_file_extend(inode); | 361 | res = hfsplus_file_extend(inode, hfs_bnode_need_zeroout(tree)); |
362 | if (res) | 362 | if (res) |
363 | return ERR_PTR(res); | 363 | return ERR_PTR(res); |
364 | hip->phys_size = inode->i_size = | 364 | hip->phys_size = inode->i_size = |