diff options
Diffstat (limited to 'include/linux/stat.h')
| -rw-r--r-- | include/linux/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/stat.h b/include/linux/stat.h index 8ff2a122dfef..8669291352db 100644 --- a/include/linux/stat.h +++ b/include/linux/stat.h | |||
| @@ -69,7 +69,7 @@ struct kstat { | |||
| 69 | struct timespec mtime; | 69 | struct timespec mtime; |
| 70 | struct timespec ctime; | 70 | struct timespec ctime; |
| 71 | unsigned long blksize; | 71 | unsigned long blksize; |
| 72 | unsigned long blocks; | 72 | unsigned long long blocks; |
| 73 | }; | 73 | }; |
| 74 | 74 | ||
| 75 | #endif | 75 | #endif |
