Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174387
b: refs/heads/master
c: 1585d8d
h: refs/heads/master
i:
  174385: ba15539
  174383: aabdc8e
v: v3
  • Loading branch information
Theodore Ts'o committed Nov 23, 2009
1 parent 269575d commit c4e9d54
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6eebee625544ac4ef1d805da942f463275bd6caa
refs/heads/master: 1585d8d89ae1791d8f957731f5655700fbcc5664
1 change: 1 addition & 0 deletions trunk/fs/ext4/block_validity.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ int ext4_data_block_valid(struct ext4_sb_info *sbi, ext4_fsblk_t start_blk,
struct rb_node *n = sbi->system_blks.rb_node;

if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) ||
(start_blk + count < start_blk) ||
(start_blk + count > ext4_blocks_count(sbi->s_es)))
return 0;
while (n) {
Expand Down

0 comments on commit c4e9d54

Please sign in to comment.