summaryrefslogtreecommitdiffstats
path: root/src/fs/file_table.c
blob: e0589acf6455d42ad09758f9d75b42f489b57922 (plain) (blame)
1
2
3
4
5
6
7
8
9
/*
 *  linux/fs/file_table.c
 *
 *  (C) 1991  Linus Torvalds
 */

#include <linux/fs.h>

struct file file_table[NR_FILE];