diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index bb89a5dfe9ad..30aca3399450 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -792,7 +792,7 @@ struct file { | |||
792 | unsigned int f_uid, f_gid; | 792 | unsigned int f_uid, f_gid; |
793 | struct file_ra_state f_ra; | 793 | struct file_ra_state f_ra; |
794 | 794 | ||
795 | unsigned long f_version; | 795 | u64 f_version; |
796 | #ifdef CONFIG_SECURITY | 796 | #ifdef CONFIG_SECURITY |
797 | void *f_security; | 797 | void *f_security; |
798 | #endif | 798 | #endif |