hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/squashfs/xattr.h
....@@ -10,12 +10,12 @@
1010
1111 #ifdef CONFIG_SQUASHFS_XATTR
1212 extern __le64 *squashfs_read_xattr_id_table(struct super_block *, u64,
13
- u64 *, int *);
13
+ u64 *, unsigned int *);
1414 extern int squashfs_xattr_lookup(struct super_block *, unsigned int, int *,
1515 unsigned int *, unsigned long long *);
1616 #else
1717 static inline __le64 *squashfs_read_xattr_id_table(struct super_block *sb,
18
- u64 start, u64 *xattr_table_start, int *xattr_ids)
18
+ u64 start, u64 *xattr_table_start, unsigned int *xattr_ids)
1919 {
2020 struct squashfs_xattr_id_table *id_table;
2121