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) | |
download | op-kernel-dev-ad47bd7252bf402fe7dba92f5240b5ed16832ae7.zip op-kernel-dev-ad47bd7252bf402fe7dba92f5240b5ed16832ae7.tar.gz |
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 9ff2631..de2b71c 100644 --- a/include/linux/fdtable.h +++ b/include/linux/fdtable.h @@ -73,7 +73,6 @@ struct file_operations; struct vfsmount; struct dentry; -extern int expand_files(struct files_struct *, int nr); extern void __init files_defer_init(void); static inline struct file * fcheck_files(struct files_struct *files, unsigned int fd) |