diff options
Diffstat (limited to 'include/linux/fdtable.h')
-rw-r--r-- | include/linux/fdtable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fdtable.h b/include/linux/fdtable.h index 3855f4febe70..59d4fc7f10c8 100644 --- a/include/linux/fdtable.h +++ b/include/linux/fdtable.h | |||
@@ -121,6 +121,8 @@ struct files_struct *dup_fd(struct files_struct *, int *); | |||
121 | 121 | ||
122 | extern int __alloc_fd(struct files_struct *files, | 122 | extern int __alloc_fd(struct files_struct *files, |
123 | unsigned start, unsigned end, unsigned flags); | 123 | unsigned start, unsigned end, unsigned flags); |
124 | extern void __fd_install(struct files_struct *files, | ||
125 | unsigned int fd, struct file *file); | ||
124 | 126 | ||
125 | extern struct kmem_cache *files_cachep; | 127 | extern struct kmem_cache *files_cachep; |
126 | 128 | ||