erofs: fix block count report when 48-bit layout is on
authorGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 7 Aug 2025 08:20:19 +0000 (16:20 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Sun, 10 Aug 2025 22:31:19 +0000 (06:31 +0800)
commit0b96d9bed324a1c1b7d02bfb9596351ef178428d
tree926490010a6b0485f988674b58431227d093a045
parentc99fab6e80b76422741d34aafc2f930a482afbdd
erofs: fix block count report when 48-bit layout is on

Fix incorrect shift order when combining the 48-bit block count.

Fixes: 2e1473d5195f ("erofs: implement 48-bit block addressing for unencoded inodes")
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20250807082019.3093539-1-hsiangkao@linux.alibaba.com
fs/erofs/super.c