get rid of files_defer_init()

the only thing it's doing these days is calculation of
upper limit for fs.nr_open sysctl and that can be done
statically

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2014-03-14 12:45:29 -04:00
parent 4d35950734
commit 7f4b36f9bb
3 changed files with 4 additions and 10 deletions

View file

@ -63,8 +63,6 @@ struct file_operations;
struct vfsmount;
struct dentry;
extern void __init files_defer_init(void);
#define rcu_dereference_check_fdtable(files, fdtfd) \
rcu_dereference_check((fdtfd), lockdep_is_held(&(files)->file_lock))