hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/squashfs/xattr_id.c
....@@ -56,7 +56,7 @@
5656 * Read uncompressed xattr id lookup table indexes from disk into memory
5757 */
5858 __le64 *squashfs_read_xattr_id_table(struct super_block *sb, u64 table_start,
59
- u64 *xattr_table_start, int *xattr_ids)
59
+ u64 *xattr_table_start, unsigned int *xattr_ids)
6060 {
6161 struct squashfs_sb_info *msblk = sb->s_fs_info;
6262 unsigned int len, indexes;