From 723428bebe3105ad3c3406e416402d1831b482c4 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 15 Aug 2021 00:16:45 -0400 Subject: Inital commit --- linux/fs/file_table.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 linux/fs/file_table.c (limited to 'linux/fs/file_table.c') diff --git a/linux/fs/file_table.c b/linux/fs/file_table.c new file mode 100644 index 0000000..ab7cebf --- /dev/null +++ b/linux/fs/file_table.c @@ -0,0 +1,3 @@ +#include + +struct file file_table[NR_FILE]; -- cgit v1.2.3