fs: bump inode and dentry counters to long
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / include / linux / dcache.h
index feaa8d88eef7171afb422208ceeb2ab7ad99fbcc..844a1ef387e46da67ba4575b1603c1a7a17ac95a 100644 (file)
@@ -55,11 +55,11 @@ struct qstr {
 #define hashlen_len(hashlen)  ((u32)((hashlen) >> 32))
 
 struct dentry_stat_t {
-       int nr_dentry;
-       int nr_unused;
-       int age_limit;          /* age in seconds */
-       int want_pages;         /* pages requested by system */
-       int dummy[2];
+       long nr_dentry;
+       long nr_unused;
+       long age_limit;          /* age in seconds */
+       long want_pages;         /* pages requested by system */
+       long dummy[2];
 };
 extern struct dentry_stat_t dentry_stat;