Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276658
b: refs/heads/master
c: b4611ab
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras authored and Theodore Ts'o committed Dec 12, 2011
1 parent 2e1c7fb commit a905fa1
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: b5a7e97039a80fae673ccc115ce595d5b88fb4ee
refs/heads/master: b4611abfa98af8351bf32e8b9ecc9d3384931c37
2 changes: 1 addition & 1 deletion trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ static int ext4_ext_grow_indepth(handle_t *handle, struct inode *inode,
le32_to_cpu(EXT_FIRST_INDEX(neh)->ei_block),
ext4_idx_pblock(EXT_FIRST_INDEX(neh)));

neh->eh_depth = cpu_to_le16(neh->eh_depth + 1);
neh->eh_depth = cpu_to_le16(le16_to_cpu(neh->eh_depth) + 1);
ext4_mark_inode_dirty(handle, inode);
out:
brelse(bh);
Expand Down

0 comments on commit a905fa1

Please sign in to comment.