Table of Contentsput_file_last - moves a file to the ``end'' of the file table linux/fs/file_table.c static void put_last_free(struct file *file);
This function will remove file from the file table and insert it again at the ``end''. You can access by: first_file->prev
Linus Torvalds insert_file_free(9), remove_file_free(9)
Table of Contents
www.fiveanddime.net