| .. | .. |
|---|
| 10 | 10 | |
|---|
| 11 | 11 | #ifdef CONFIG_SQUASHFS_XATTR |
|---|
| 12 | 12 | extern __le64 *squashfs_read_xattr_id_table(struct super_block *, u64, |
|---|
| 13 | | - u64 *, int *); |
|---|
| 13 | + u64 *, unsigned int *); |
|---|
| 14 | 14 | extern int squashfs_xattr_lookup(struct super_block *, unsigned int, int *, |
|---|
| 15 | 15 | unsigned int *, unsigned long long *); |
|---|
| 16 | 16 | #else |
|---|
| 17 | 17 | 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) |
|---|
| 19 | 19 | { |
|---|
| 20 | 20 | struct squashfs_xattr_id_table *id_table; |
|---|
| 21 | 21 | |
|---|