Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262091
b: refs/heads/master
c: 575a1d4
h: refs/heads/master
i:
  262089: 814efe2
  262087: 42e3902
v: v3
  • Loading branch information
Jiaying Zhang authored and Theodore Ts'o committed Jul 11, 2011
1 parent 85ad5b8 commit c2f8a73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 7132de744ba76930d13033061018ddd7e3e8cd91
refs/heads/master: 575a1d4bdfa2ea9fc10733013136145b497e1be0
7 changes: 3 additions & 4 deletions trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -3560,10 +3560,9 @@ int ext4_ext_map_blocks(handle_t *handle, struct inode *inode,
}

err = check_eofblocks_fl(handle, inode, map->m_lblk, path, ar.len);
if (err)
goto out2;

err = ext4_ext_insert_extent(handle, inode, path, &newex, flags);
if (!err)
err = ext4_ext_insert_extent(handle, inode, path,
&newex, flags);
if (err) {
int fb_flags = flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE ?
EXT4_FREE_BLOCKS_NO_QUOT_UPDATE : 0;
Expand Down

0 comments on commit c2f8a73

Please sign in to comment.