]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/fs.h
epoll: limit paths
[karo-tx-linux.git] / include / linux / fs.h
index e0bc4ffb8e7f0ec42a916219ab02f43a112609d1..10b228818b10ecfb92b4f7c7cec89df2ea5db2be 100644 (file)
@@ -1001,6 +1001,7 @@ struct file {
 #ifdef CONFIG_EPOLL
        /* Used by fs/eventpoll.c to link all the hooks to this file */
        struct list_head        f_ep_links;
+       struct list_head        f_tfile_llink;
 #endif /* #ifdef CONFIG_EPOLL */
        struct address_space    *f_mapping;
 #ifdef CONFIG_DEBUG_WRITECOUNT