diff options
-rw-r--r-- | fs/ext4/extents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 8b158ae2443b..34ba222f32fa 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c | |||
@@ -4756,7 +4756,7 @@ int ext4_ind_migrate(struct inode *inode) | |||
4756 | eh = ext_inode_hdr(inode); | 4756 | eh = ext_inode_hdr(inode); |
4757 | ex = EXT_FIRST_EXTENT(eh); | 4757 | ex = EXT_FIRST_EXTENT(eh); |
4758 | if (ext4_blocks_count(es) > EXT4_MAX_BLOCK_FILE_PHYS || | 4758 | if (ext4_blocks_count(es) > EXT4_MAX_BLOCK_FILE_PHYS || |
4759 | eh->eh_depth != 0 || eh->eh_entries > 1) { | 4759 | eh->eh_depth != 0 || le16_to_cpu(eh->eh_entries) > 1) { |
4760 | ret = -EOPNOTSUPP; | 4760 | ret = -EOPNOTSUPP; |
4761 | goto errout; | 4761 | goto errout; |
4762 | } | 4762 | } |