2021-10-19 15:14 GMT+09:00, Sungjong Seo <sj1557.seo@xxxxxxxxxxx>: > When calculating i_blocks, there was a mistake that was masked with a > 32-bit variable. So i_blocks for files larger than 4 GiB had incorrect > values. Mask with a 64-bit variable instead of 32-bit one. > > Fixes: 5f2aa075070c ("exfat: add inode operations") > Cc: stable@xxxxxxxxxxxxxxx # v5.7+ > Reported-by: Ganapathi Kamath <hgkamath@xxxxxxxxxxx> > Signed-off-by: Sungjong Seo <sj1557.seo@xxxxxxxxxxx> Applied, Thanks for your patch!