get_max_files
pr_info("VFS: file-max limit %lu reached\n", get_max_files());
EXPORT_SYMBOL_GPL(get_max_files);
limit = min(limit, get_max_files());
extern unsigned long get_max_files(void);
if (atomic_long_read(&unix_nr_socks) > 2 * get_max_files()) {