Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77914
b: refs/heads/master
c: dbf9d7d
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Monakhov authored and Theodore Ts'o committed Jan 29, 2008
1 parent 7247b07 commit f770de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: ce40733ce93de402ed629762f0e912d9af187cef
refs/heads/master: dbf9d7da33f79302fb1e4d7c6b2f6598e8608e72
5 changes: 3 additions & 2 deletions trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -2373,9 +2373,10 @@ int ext4_ext_get_blocks(handle_t *handle, struct inode *inode,
ret = ext4_ext_convert_to_initialized(handle, inode,
path, iblock,
max_blocks);
if (ret <= 0)
if (ret <= 0) {
err = ret;
goto out2;
else
} else
allocated = ret;
goto outnew;
}
Expand Down

0 comments on commit f770de8

Please sign in to comment.