Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext4: use le32_to_cpu for ext4_extent_idx.ei_block in ext4_ext_search…
…_left() ext4_extent_idx.e_block is __le32, so use le32_to_cpu() in ext4_ext_search_left(). Signed-off-by: Tao Ma <boyu.mt@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
- Loading branch information