Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200351
b: refs/heads/master
c: 8360977
h: refs/heads/master
i:
  200349: c1b1072
  200347: 15bdf22
  200343: d36b63e
  200335: 678a113
  200319: 754f72b
v: v3
  • Loading branch information
Josef Bacik authored and Chris Mason committed Jun 11, 2010
1 parent 3df9211 commit d20f743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a001071d3549f596c7c3736c5dda8a3a4aba9ed
refs/heads/master: 836097797236fd727f82ec2f3f376ac41a430876
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -6893,7 +6893,7 @@ static long btrfs_fallocate(struct inode *inode, int mode,
if (em->block_start == EXTENT_MAP_HOLE ||
(cur_offset >= inode->i_size &&
!test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) {
ret = btrfs_prealloc_file_range(inode, 0, cur_offset,
ret = btrfs_prealloc_file_range(inode, mode, cur_offset,
last_byte - cur_offset,
1 << inode->i_blkbits,
offset + len,
Expand Down

0 comments on commit d20f743

Please sign in to comment.