OSDN Git Service

fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned long
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / include / linux / quota.h
index b2505ac..b34412d 100644 (file)
@@ -253,7 +253,7 @@ enum {
 };
 
 struct dqstats {
-       int stat[_DQST_DQSTAT_LAST];
+       unsigned long stat[_DQST_DQSTAT_LAST];
        struct percpu_counter counter[_DQST_DQSTAT_LAST];
 };