diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-08-21 20:11:34 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-26 21:09:58 -0400 |
commit | ad47bd7252bf402fe7dba92f5240b5ed16832ae7 (patch) | |
tree | 1d55eb5934e66b18f7fb7205a9626678975c577a /include/linux/fdtable.h | |
parent | b8318b01a8f7f760ae3ecae052ccc7fc123d9508 (diff) |
make expand_files() and alloc_fd() static
no callers outside of fs/file.c left
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fdtable.h')
-rw-r--r-- | include/linux/fdtable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fdtable.h b/include/linux/fdtable.h index 9ff26319d44f..de2b71caa0f0 100644 --- a/include/linux/fdtable.h +++ b/include/linux/fdtable.h | |||
@@ -73,7 +73,6 @@ struct file_operations; | |||
73 | struct vfsmount; | 73 | struct vfsmount; |
74 | struct dentry; | 74 | struct dentry; |
75 | 75 | ||
76 | extern int expand_files(struct files_struct *, int nr); | ||
77 | extern void __init files_defer_init(void); | 76 | extern void __init files_defer_init(void); |
78 | 77 | ||
79 | static inline struct file * fcheck_files(struct files_struct *files, unsigned int fd) | 78 | static inline struct file * fcheck_files(struct files_struct *files, unsigned int fd) |