Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262081
b: refs/heads/master
c: ed7a7e1
h: refs/heads/master
i:
  262079: 3ff7737
v: v3
  • Loading branch information
Robin Dong authored and Theodore Ts'o committed Jun 27, 2011
1 parent 4e05898 commit db59262
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: d3ad8434aa83ef7c88bc91edcfe012cdcbab9f3e
refs/heads/master: ed7a7e16724a4123fce1fc0ff1f5131a0596f189
5 changes: 3 additions & 2 deletions trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,9 @@ static int ext4_ext_insert_index(handle_t *handle, struct inode *inode,
if (unlikely(le16_to_cpu(curp->p_hdr->eh_entries)
> le16_to_cpu(curp->p_hdr->eh_max))) {
EXT4_ERROR_INODE(inode,
"logical %d == ei_block %d!",
logical, le32_to_cpu(curp->p_idx->ei_block));
"eh_entries %d > eh_max %d!",
le16_to_cpu(curp->p_hdr->eh_entries),
le16_to_cpu(curp->p_hdr->eh_max));
return -EIO;
}
if (unlikely(ix > EXT_LAST_INDEX(curp->p_hdr))) {
Expand Down

0 comments on commit db59262

Please sign in to comment.