Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142936
b: refs/heads/master
c: e44543b
h: refs/heads/master
v: v3
  • Loading branch information
Thiemo Nagel authored and Theodore Ts'o committed Apr 5, 2009
1 parent 83b1457 commit 668fe5f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f73953c0656f2db9073c585c4df2884a8ecd101e
refs/heads/master: e44543b83bf4ab84dc6bd5b88158c78b1ed1c208
2 changes: 1 addition & 1 deletion trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ static int ext4_valid_extent_idx(struct inode *inode,
ext4_fsblk_t block = idx_pblock(ext_idx);
struct ext4_super_block *es = EXT4_SB(inode->i_sb)->s_es;
if (unlikely(block < le32_to_cpu(es->s_first_data_block) ||
(block > ext4_blocks_count(es))))
(block >= ext4_blocks_count(es))))
return 0;
else
return 1;
Expand Down

0 comments on commit 668fe5f

Please sign in to comment.