Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[firefly-linux-kernel-4.4.55.git] / include / linux / stat.h
index 8ff2a122dfefc99a3b02431ef3af63a681016d82..8669291352dba326e952d0f2a02e5e2a552101b8 100644 (file)
@@ -69,7 +69,7 @@ struct kstat {
        struct timespec mtime;
        struct timespec ctime;
        unsigned long   blksize;
-       unsigned long   blocks;
+       unsigned long long      blocks;
 };
 
 #endif