aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/file.h6
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);
76extern void FASTCALL(put_unused_fd(unsigned int fd)); 76extern void FASTCALL(put_unused_fd(unsigned int fd));
77struct kmem_cache; 77struct kmem_cache;
78 78
79extern struct file ** alloc_fd_array(int);
80extern void free_fd_array(struct file **, int);
81
82extern fd_set *alloc_fdset(int);
83extern void free_fdset(fd_set *, int);
84
85extern int expand_files(struct files_struct *, int nr); 79extern int expand_files(struct files_struct *, int nr);
86extern void free_fdtable_rcu(struct rcu_head *rcu); 80extern void free_fdtable_rcu(struct rcu_head *rcu);
87extern void __init files_defer_init(void); 81extern void __init files_defer_init(void);