Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163638
b: refs/heads/master
c: c333e07
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Theodore Ts'o committed Aug 11, 2009
1 parent 8ca3d77 commit 7f5cdb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 785b4b3a5a992eeb8b495a89b6f690b383010aba
refs/heads/master: c333e073b7bf76dc819a6b4ce6bef88ee5fa5e50
4 changes: 1 addition & 3 deletions trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,7 @@ static int ext4_block_to_path(struct inode *inode,
int n = 0;
int final = 0;

if (i_block < 0) {
ext4_warning(inode->i_sb, "ext4_block_to_path", "block < 0");
} else if (i_block < direct_blocks) {
if (i_block < direct_blocks) {
offsets[n++] = i_block;
final = direct_blocks;
} else if ((i_block -= direct_blocks) < indirect_blocks) {
Expand Down

0 comments on commit 7f5cdb3

Please sign in to comment.