diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 67e6732d4fdc..2036747c7d1f 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -594,7 +594,6 @@ struct file { | |||
594 | unsigned int f_uid, f_gid; | 594 | unsigned int f_uid, f_gid; |
595 | struct file_ra_state f_ra; | 595 | struct file_ra_state f_ra; |
596 | 596 | ||
597 | size_t f_maxcount; | ||
598 | unsigned long f_version; | 597 | unsigned long f_version; |
599 | void *f_security; | 598 | void *f_security; |
600 | 599 | ||