Squashfs: fix handling and sanity checking of xattr_ids count
[linux-2.6-microblaze.git] / fs / squashfs / squashfs_fs_sb.h
index 659082e..72f6f4b 100644 (file)
@@ -63,7 +63,7 @@ struct squashfs_sb_info {
        long long                               bytes_used;
        unsigned int                            inodes;
        unsigned int                            fragments;
-       int                                     xattr_ids;
+       unsigned int                            xattr_ids;
        unsigned int                            ids;
        bool                                    panic_on_errors;
        const struct squashfs_decompressor_thread_ops *thread_ops;