--- zzzz-none-000/linux-5.4.213/fs/squashfs/file_direct.c 2022-09-15 10:04:56.000000000 +0000 +++ alder-5690pro-762/linux-5.4.213/fs/squashfs/file_direct.c 2024-08-14 09:02:08.000000000 +0000 @@ -11,6 +11,7 @@ #include #include #include +#include #include "squashfs_fs.h" #include "squashfs_fs_sb.h" @@ -150,7 +151,7 @@ int res = buffer->error, n, offset = 0; if (res) { - ERROR("Unable to read page, block %llx, size %x\n", block, + ERROR_RATELIMITED("Unable to read page, block %llx, size %x\n", block, bsize); goto out; }