diff options
Diffstat (limited to 'include/linux/file.h')
-rw-r--r-- | include/linux/file.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/file.h b/include/linux/file.h index 02be4012225b..319118f275b0 100644 --- a/include/linux/file.h +++ b/include/linux/file.h | |||
@@ -32,7 +32,6 @@ struct fdtable { | |||
32 | fd_set *close_on_exec; | 32 | fd_set *close_on_exec; |
33 | fd_set *open_fds; | 33 | fd_set *open_fds; |
34 | struct rcu_head rcu; | 34 | struct rcu_head rcu; |
35 | struct files_struct *free_files; | ||
36 | struct fdtable *next; | 35 | struct fdtable *next; |
37 | }; | 36 | }; |
38 | 37 | ||
@@ -84,7 +83,7 @@ extern fd_set *alloc_fdset(int); | |||
84 | extern void free_fdset(fd_set *, int); | 83 | extern void free_fdset(fd_set *, int); |
85 | 84 | ||
86 | extern int expand_files(struct files_struct *, int nr); | 85 | extern int expand_files(struct files_struct *, int nr); |
87 | extern void free_fdtable(struct fdtable *fdt); | 86 | extern void free_fdtable_rcu(struct rcu_head *rcu); |
88 | extern void __init files_defer_init(void); | 87 | extern void __init files_defer_init(void); |
89 | 88 | ||
90 | static inline struct file * fcheck_files(struct files_struct *files, unsigned int fd) | 89 | static inline struct file * fcheck_files(struct files_struct *files, unsigned int fd) |