����12-7 linux/fs/file_table.c


  1 /*

  2  *  linux/fs/file_table.c

  3  *

  4  *  (C) 1991  Linus Torvalds

  5  */

  6

  7 #include <linux/fs.h>     // �ļ�ϵͳͷ�ļ��������ļ����ṹ��file,buffer_head,m_inode�ȣ���

  8

  9 struct file file_table[NR_FILE];  // �ļ�������(64��)��

 10