Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377640
b: refs/heads/master
c: 6ae06ff
h: refs/heads/master
v: v3
  • Loading branch information
Ashish Sangwan authored and Theodore Ts'o committed Jul 1, 2013
1 parent f6ea1dc commit 10390b3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 41a5b913197c3a25fddef1735dc9b3d1fdc57428
refs/heads/master: 6ae06ff51eab5dcbbf959b05ce0f11003a305ba5
4 changes: 3 additions & 1 deletion trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -2504,7 +2504,9 @@ ext4_ext_rm_leaf(handle_t *handle, struct inode *inode,
return -EIO;
}
/* find where to start removing */
ex = EXT_LAST_EXTENT(eh);
ex = path[depth].p_ext;
if (!ex)
ex = EXT_LAST_EXTENT(eh);

ex_ee_block = le32_to_cpu(ex->ee_block);
ex_ee_len = ext4_ext_get_actual_len(ex);
Expand Down

0 comments on commit 10390b3

Please sign in to comment.