--- zzzz-none-000/linux-5.4.213/fs/squashfs/squashfs.h 2022-09-15 10:04:56.000000000 +0000 +++ alder-5690pro-762/linux-5.4.213/fs/squashfs/squashfs.h 2024-08-14 09:02:08.000000000 +0000 @@ -12,6 +12,8 @@ #define ERROR(s, args...) pr_err("SQUASHFS error: "s, ## args) +#define ERROR_RATELIMITED(s, args...) pr_err_ratelimited("SQUASHFS error: "s, ## args) + #define WARNING(s, args...) pr_warn("SQUASHFS: "s, ## args) /* block.c */