From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/fs/squashfs/xattr_id.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/fs/squashfs/xattr_id.c b/kernel/fs/squashfs/xattr_id.c index 087cab8..c8469c6 100644 --- a/kernel/fs/squashfs/xattr_id.c +++ b/kernel/fs/squashfs/xattr_id.c @@ -56,7 +56,7 @@ * Read uncompressed xattr id lookup table indexes from disk into memory */ __le64 *squashfs_read_xattr_id_table(struct super_block *sb, u64 table_start, - u64 *xattr_table_start, int *xattr_ids) + u64 *xattr_table_start, unsigned int *xattr_ids) { struct squashfs_sb_info *msblk = sb->s_fs_info; unsigned int len, indexes; -- Gitblit v1.6.2