Table of Contentsremove_file_free - remove a file table entry from the linked list linux/fs/file_table.c static void remove_file_free(struct file *file);
This routine removes the file from the table. This is used mostly for moving a file to the ``end'' of the list. Linus Torvalds insert_file_free(9), put_file_last(9)
Table of Contents
www.fiveanddime.net