aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fdtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fdtable.h')
-rw-r--r--include/linux/fdtable.h2
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
122extern int __alloc_fd(struct files_struct *files, 122extern int __alloc_fd(struct files_struct *files,
123 unsigned start, unsigned end, unsigned flags); 123 unsigned start, unsigned end, unsigned flags);
124extern void __fd_install(struct files_struct *files,
125 unsigned int fd, struct file *file);
124 126
125extern struct kmem_cache *files_cachep; 127extern struct kmem_cache *files_cachep;
126 128