Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174388
b: refs/heads/master
c: 9084d47
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Ts'o committed Nov 23, 2009
1 parent c4e9d54 commit 1fda4e4
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: 1585d8d89ae1791d8f957731f5655700fbcc5664
refs/heads/master: 9084d4719784b00ff0bf9c9580007fac8277dbcb
4 changes: 1 addition & 3 deletions trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4463,9 +4463,7 @@ void ext4_free_blocks(handle_t *handle, struct inode *inode,

sbi = EXT4_SB(sb);
es = EXT4_SB(sb)->s_es;
if (block < le32_to_cpu(es->s_first_data_block) ||
block + count < block ||
block + count > ext4_blocks_count(es)) {
if (!ext4_data_block_valid(sbi, block, count)) {
ext4_error(sb, __func__,
"Freeing blocks not in datazone - "
"block = %llu, count = %lu", block, count);
Expand Down

0 comments on commit 1fda4e4

Please sign in to comment.