From 7e32dee21ca268f20a5608498be965335ef95617 Mon Sep 17 00:00:00 2001 From: pumnflqv2 Date: Tue, 5 Jul 2022 05:01:29 +0800 Subject: [PATCH] ADD file via upload --- cur/linux/fs/file_table.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cur/linux/fs/file_table.c diff --git a/cur/linux/fs/file_table.c b/cur/linux/fs/file_table.c new file mode 100644 index 0000000..e0589ac --- /dev/null +++ b/cur/linux/fs/file_table.c @@ -0,0 +1,9 @@ +/* + * linux/fs/file_table.c + * + * (C) 1991 Linus Torvalds + */ + +#include + +struct file file_table[NR_FILE];