diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/file.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/file.h b/include/linux/file.h index 319118f275b0..edca361f2ab4 100644 --- a/include/linux/file.h +++ b/include/linux/file.h | |||
@@ -76,12 +76,6 @@ extern int get_unused_fd(void); | |||
76 | extern void FASTCALL(put_unused_fd(unsigned int fd)); | 76 | extern void FASTCALL(put_unused_fd(unsigned int fd)); |
77 | struct kmem_cache; | 77 | struct kmem_cache; |
78 | 78 | ||
79 | extern struct file ** alloc_fd_array(int); | ||
80 | extern void free_fd_array(struct file **, int); | ||
81 | |||
82 | extern fd_set *alloc_fdset(int); | ||
83 | extern void free_fdset(fd_set *, int); | ||
84 | |||
85 | extern int expand_files(struct files_struct *, int nr); | 79 | extern int expand_files(struct files_struct *, int nr); |
86 | extern void free_fdtable_rcu(struct rcu_head *rcu); | 80 | extern void free_fdtable_rcu(struct rcu_head *rcu); |
87 | extern void __init files_defer_init(void); | 81 | extern void __init files_defer_init(void); |