Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101090
b: refs/heads/master
c: 787e098
h: refs/heads/master
v: v3
  • Loading branch information
Shen Feng authored and Theodore Ts'o committed Jul 11, 2008
1 parent 7eaf234 commit a4efb8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a379cd1d6bb00f9f5d2759d4a5621a884df5914e
refs/heads/master: 787e0981fad97a5ca3d07c7afe115a7e345b2861
2 changes: 2 additions & 0 deletions trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,8 @@ static int ext4_ext_create_new_leaf(handle_t *handle, struct inode *inode,
/* if we found index with free entry, then use that
* entry: create all needed subtree and add new leaf */
err = ext4_ext_split(handle, inode, path, newext, i);
if (err)
goto out;

/* refill path */
ext4_ext_drop_refs(path);
Expand Down

0 comments on commit a4efb8f

Please sign in to comment.