Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367997
b: refs/heads/master
c: 0b65349
h: refs/heads/master
i:
  367995: cffbae7
v: v3
  • Loading branch information
Dmitry Monakhov authored and Theodore Ts'o committed Apr 10, 2013
1 parent b97db79 commit 16e0e26
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: 8c8e0ca622847a8b1b281b8927d62229effa0004
refs/heads/master: 0b65349ebc24b80cf9f6654a1c4f66c8c796e9f1
2 changes: 1 addition & 1 deletion trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -4756,7 +4756,7 @@ int ext4_ind_migrate(struct inode *inode)
eh = ext_inode_hdr(inode);
ex = EXT_FIRST_EXTENT(eh);
if (ext4_blocks_count(es) > EXT4_MAX_BLOCK_FILE_PHYS ||
eh->eh_depth != 0 || eh->eh_entries > 1) {
eh->eh_depth != 0 || le16_to_cpu(eh->eh_entries) > 1) {
ret = -EOPNOTSUPP;
goto errout;
}
Expand Down

0 comments on commit 16e0e26

Please sign in to comment.