fs: bump inode and dentry counters to long
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / include / linux / fs.h
index 49e71b0f0e9f01823db69d455efd4a48b2203d50..3b3edac75df285d7a1fde4f3078d24d93f7366a6 100644 (file)
@@ -1271,12 +1271,12 @@ struct super_block {
        struct list_head        s_mounts;       /* list of mounts; _not_ for fs use */
        /* s_dentry_lru, s_nr_dentry_unused protected by dcache.c lru locks */
        struct list_head        s_dentry_lru;   /* unused dentry lru */
-       int                     s_nr_dentry_unused;     /* # of dentry on lru */
+       long                    s_nr_dentry_unused;     /* # of dentry on lru */
 
        /* s_inode_lru_lock protects s_inode_lru and s_nr_inodes_unused */
        spinlock_t              s_inode_lru_lock ____cacheline_aligned_in_smp;
        struct list_head        s_inode_lru;            /* unused inode lru */
-       int                     s_nr_inodes_unused;     /* # of inodes on lru */
+       long                    s_nr_inodes_unused;     /* # of inodes on lru */
 
        struct block_device     *s_bdev;
        struct backing_dev_info *s_bdi;