]> git.ipfire.org Git - thirdparty/grub.git/commit
fs/erofs: Replace 64-bit modulo with bitwise operations
authorVladimir Serbinenko <phcoder@gmail.com>
Tue, 3 Sep 2024 17:58:47 +0000 (20:58 +0300)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 5 Sep 2024 15:08:38 +0000 (17:08 +0200)
commite61157bbd2f5fa57883ac8fbd8d2c0fcd67fe85a
tree6d5fddcea35e2eeba5f27c2d4f639b3f8c15c247
parent5313fa83946cae77f48be998b95550371849a017
fs/erofs: Replace 64-bit modulo with bitwise operations

Otherwise depending on compiler we end up with umoddi3 reference and
failed module dependency resolution.

Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/fs/erofs.c