diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 48c1472bde4a..dfbd88a7f769 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -990,9 +990,6 @@ struct file_lock_context { | |||
990 | struct list_head flc_flock; | 990 | struct list_head flc_flock; |
991 | struct list_head flc_posix; | 991 | struct list_head flc_posix; |
992 | struct list_head flc_lease; | 992 | struct list_head flc_lease; |
993 | int flc_flock_cnt; | ||
994 | int flc_posix_cnt; | ||
995 | int flc_lease_cnt; | ||
996 | }; | 993 | }; |
997 | 994 | ||
998 | /* The following constant reflects the upper bound of the file/locking space */ | 995 | /* The following constant reflects the upper bound of the file/locking space */ |
@@ -2169,7 +2166,7 @@ struct filename { | |||
2169 | const __user char *uptr; /* original userland pointer */ | 2166 | const __user char *uptr; /* original userland pointer */ |
2170 | struct audit_names *aname; | 2167 | struct audit_names *aname; |
2171 | int refcnt; | 2168 | int refcnt; |
2172 | bool separate; /* should "name" be freed? */ | 2169 | const char iname[]; |
2173 | }; | 2170 | }; |
2174 | 2171 | ||
2175 | extern long vfs_truncate(struct path *, loff_t); | 2172 | extern long vfs_truncate(struct path *, loff_t); |