parent
03f5c4bef5
commit
7b41674974
@ -0,0 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* linux/fs/file_table.c
|
||||||
|
*
|
||||||
|
* (C) 1991 Linus Torvalds
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <linux/fs.h>
|
||||||
|
|
||||||
|
struct file file_table[NR_FILE];
|
Loading…
Reference in new issue