--- zzzz-none-000/linux-5.4.213/fs/squashfs/cache.c 2022-09-15 10:04:56.000000000 +0000 +++ alder-5690pro-762/linux-5.4.213/fs/squashfs/cache.c 2024-08-14 09:02:08.000000000 +0000 @@ -39,6 +39,7 @@ #include #include #include +#include #include "squashfs_fs.h" #include "squashfs_fs_sb.h" @@ -161,7 +162,7 @@ cache->name, i, entry->block, entry->refcount, entry->error); if (entry->error) - ERROR("Unable to read %s cache entry [%llx]\n", cache->name, + ERROR_RATELIMITED("Unable to read %s cache entry [%llx]\n", cache->name, block); return entry; }