Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377623
b: refs/heads/master
c: 72dac95
h: refs/heads/master
i:
  377621: cf28841
  377619: 46c0aae
  377615: 0013b8c
v: v3
  • Loading branch information
Jie Liu authored and Theodore Ts'o committed Jun 13, 2013
1 parent 47d7cf4 commit 402ae9f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 75497d0607b56e16e4fec3a62ef447c752428723
refs/heads/master: 72dac95d4403ee7231e094e1735ecb96032e6117
3 changes: 2 additions & 1 deletion trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,8 @@ static int ext4_fill_fiemap_extents(struct inode *inode,
next_del = ext4_find_delayed_extent(inode, &es);
if (!exists && next_del) {
exists = 1;
flags |= FIEMAP_EXTENT_DELALLOC;
flags |= (FIEMAP_EXTENT_DELALLOC |
FIEMAP_EXTENT_UNKNOWN);
}
up_read(&EXT4_I(inode)->i_data_sem);

Expand Down

0 comments on commit 402ae9f

Please sign in to comment.